Revert "Merge branch 'master' of github.com:vichan-devel/Tinyboard"
This reverts commita84c4510fc
, reversing changes made toa8327c3a37
.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user