重构代码:优化网站设置获取网站缓存信息逻辑
This commit is contained in:
parent
297e61160d
commit
08c2e808ba
|
@ -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();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue