修改BUG:网站设置页面加载完毕后调用footer方法,重置页脚显示方式

This commit is contained in:
Argo-MacBookPro 2018-09-19 00:16:24 +08:00
parent 854b667263
commit 47179951fd
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@
}); });
} }
else $refresh.removeClass('fa-spin'); else $refresh.removeClass('fa-spin');
$('.site-footer').footer();
} }
}); });
}; };