Revert "Merge branch 'master' of github.com:vichan-devel/Tinyboard"

This reverts commit a84c4510fc, reversing
changes made to a8327c3a37.
This commit is contained in:
czaks 2013-08-05 06:17:01 -04:00
parent 0d8e2a65ab
commit 2cc0769f54
6 changed files with 4 additions and 40 deletions

View file

@ -22,7 +22,7 @@ $(document).ready(function(){
var thread = $(this).parent().parent().parent();
var id = thread.attr('id').replace(/^thread_/, '');
$.ajax({
url: thread.find('p.intro a.post_no.p1:first').attr('href'),
url: thread.find('p.intro a.post_no:first').attr('href'),
context: document.body,
success: function(data) {
var last_expanded = false;