Update admin.js

This commit is contained in:
Anyon 2020-03-23 17:57:42 +08:00
parent 3d349bd868
commit 800fc3c254

View File

@ -773,7 +773,6 @@ $(function () {
this.$percent = that.$box.find('.layui-progress div');
this.setState = function (status, message) {
if (message.indexOf('javascript:') === 0) {
} else if (status === 1 || (status === 2 && message.indexOf('>>>') > -1)) {
that.$title.html('<b class="color-text">' + message + '</b>');
that.$percent.addClass('layui-bg-blue').removeClass('layui-bg-green layui-bg-red');