forked from leftypol/leftypol
Merge 4.5
Conflicts: js/expand-too-long.js
This commit is contained in:
commit
c2cbbe7e22
4 changed files with 5 additions and 4 deletions
|
@ -23,7 +23,7 @@ $(function() {
|
|||
url: url,
|
||||
context: document.body,
|
||||
success: function(data) {
|
||||
var content = $(data).find('#'+url.split('#')[1]).next().next().html();
|
||||
var content = $(data).find('#'+url.split('#')[1]).parent().find(".body").html();
|
||||
|
||||
body.html(content);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue