重构代码:优化网站设置获取网站缓存信息逻辑

This commit is contained in:
Argo-MacBookPro 2018-11-03 10:19:35 +08:00
parent 297e61160d
commit 08c2e808ba
1 changed files with 1 additions and 3 deletions

View File

@ -73,13 +73,11 @@
$sortable.append(cache); $sortable.append(cache);
$sortable.find('[data-toggle="tooltip"]').tooltip(); $sortable.find('[data-toggle="tooltip"]').tooltip();
} }
if (index === urls.length - 1) $refresh.removeClass('fa-spin');
$('.site-footer').footer();
} }
}); });
}); });
} }
else $refresh.removeClass('fa-spin'); $refresh.removeClass('fa-spin');
$('.site-footer').footer(); $('.site-footer').footer();
} }
}); });