mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-20 20:51:50 +01:00
Fix expand-too-long.js for multifile
This commit is contained in:
parent
08eed21f8f
commit
963982025f
@ -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]).next().next().html();
|
||||
|
||||
body.html(content);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user