修改BUG:网站设置拉去缓存后没有设置页脚状态

This commit is contained in:
Argo-MacBookPro 2018-09-23 13:30:29 +08:00
parent c3b3d81d94
commit 72e04f62e7
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@
$sortable.find('[data-toggle="tooltip"]').tooltip();
}
if (index === urls.length - 1) $refresh.removeClass('fa-spin');
$('.site-footer').footer();
}
});
});