Browse Source

final solution to expand-too-long problems

tags/vichan-4.9.92
czaks 9 years ago
parent
commit
1b2f512339
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      js/expand-too-long.js

+ 1
- 1
js/expand-too-long.js View File

@@ -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…
Cancel
Save