修改BUG:网站设置拉去缓存后没有设置页脚状态
This commit is contained in:
parent
c3b3d81d94
commit
72e04f62e7
|
@ -71,6 +71,7 @@
|
||||||
$sortable.find('[data-toggle="tooltip"]').tooltip();
|
$sortable.find('[data-toggle="tooltip"]').tooltip();
|
||||||
}
|
}
|
||||||
if (index === urls.length - 1) $refresh.removeClass('fa-spin');
|
if (index === urls.length - 1) $refresh.removeClass('fa-spin');
|
||||||
|
$('.site-footer').footer();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue