Fix some js
This commit is contained in:
parent
6d763f2db5
commit
c2f6dba462
3 changed files with 18 additions and 1 deletions
|
@ -75,6 +75,7 @@
|
|||
$('html, body').animate({scrollTop: 0}, 'fast');
|
||||
$('.middle-right-content').html(reload_content.first().html());
|
||||
$('#extra_js').html(bodyend_script.first().html());
|
||||
$("#loading-bar").stop(true, true);
|
||||
$("#loading-bar").hide().css({ width: 0});
|
||||
if (reload_content.hasClass("wrapper")) {
|
||||
$('.middle-right-content').addClass("wrapper");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue