fix expand-too-long on some occasions
This commit is contained in:
parent
6716a24b68
commit
2f55cd9897
@ -23,7 +23,7 @@ $(function() {
|
||||
url: url,
|
||||
context: document.body,
|
||||
success: function(data) {
|
||||
var content = $(data).find('#'+url.split('#')[1]).next().html();
|
||||
var content = $(data).find('#'+url.split('#')[1]).parent().find(".body").html();
|
||||
|
||||
body.html(content);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user