forked from leftypol/leftypol
Revert "Merge branch 'master' of github.com:vichan-devel/Tinyboard"
This reverts commita84c4510fc
, reversing changes made toa8327c3a37
.
This commit is contained in:
parent
0d8e2a65ab
commit
2cc0769f54
6 changed files with 4 additions and 40 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue