Fix some js

This commit is contained in:
cuom1999 2024-02-19 18:30:39 -06:00
parent 6d763f2db5
commit c2f6dba462
3 changed files with 18 additions and 1 deletions

View file

@ -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");