Fix expand-too-long.js for multifile
This commit is contained in:
parent
02f1514c70
commit
76567cbd38
@ -23,7 +23,7 @@ $(function() {
|
|||||||
url: url,
|
url: url,
|
||||||
context: document.body,
|
context: document.body,
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
var content = $(data).find('#'+url.split('#')[1]).next().html();
|
var content = $(data).find('#'+url.split('#')[1]).next().next().html();
|
||||||
|
|
||||||
body.html(content);
|
body.html(content);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user