mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
final solution to expand-too-long problems
This commit is contained in:
parent
54aa300d03
commit
725038677d
@ -23,7 +23,7 @@ $(function() {
|
||||
url: url,
|
||||
context: document.body,
|
||||
success: function(data) {
|
||||
var content = $(data).find('#'+url.split('#')[1]).parent().find(".body").html();
|
||||
var content = $(data).find('#'+url.split('#')[1]).parent().parent().find(".body").first().html();
|
||||
|
||||
body.html(content);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user