Fix expand-too-long error with new <p> markup
This commit is contained in:
parent
cd01191072
commit
e2016340e1
@ -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…
Reference in New Issue
Block a user