Browse Source

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

pull/40/head
8chan 9 years ago
committed by czaks
parent
commit
e2016340e1
  1. 2
      js/expand-too-long.js

2
js/expand-too-long.js

@ -17,7 +17,7 @@ $(function() {
e.preventDefault();
var url = $(this).attr('href');
var body = $(this).parent().parent();
var body = $(this).parents('.body');
$.ajax({
url: url,

Loading…
Cancel
Save