Browse Source

Fix expand-too-long error with new <p> markup

pull/47/head^2
8chan czaks 9 years ago
parent
commit
e2016340e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      js/expand-too-long.js

+ 1
- 1
js/expand-too-long.js View File

@@ -17,7 +17,7 @@ $(function() {
e.preventDefault(); e.preventDefault();


var url = $(this).attr('href'); var url = $(this).attr('href');
var body = $(this).parent().parent();
var body = $(this).parents('.body');


$.ajax({ $.ajax({
url: url, url: url,


Loading…
Cancel
Save