scroll to post 2

This commit is contained in:
Baris Soner Usakli
2013-08-01 17:27:37 -04:00
parent 720dd9e960
commit 7297a26685
4 changed files with 18 additions and 13 deletions

View File

@@ -80,7 +80,7 @@
li.innerHTML = '<a href="/users/' + posts[i].userslug + '"><img title="' + posts[i].username + '" style="width: 48px; height: 48px; /*temporary*/" class="img-polaroid" src="' + posts[i].picture + '" class="" /></a>' +
'<a href="/topic/'+ posts[i].tid + '">' +
'<a href="/topic/'+ posts[i].topicSlug + '#' + posts[i].pid + '">' +
'<p>' +
'<strong>' + posts[i].username + '</strong>: ' + posts[i].content +
'</p>' +