mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update admin.js
This commit is contained in:
parent
5fddd49613
commit
2bc33af525
@ -592,7 +592,7 @@ $(function () {
|
|||||||
element.on('click', 'i', function (tagText, tagIndex) {
|
element.on('click', 'i', function (tagText, tagIndex) {
|
||||||
tagText = $(this).parent().text(), tagIndex = tags.indexOf(tagText);
|
tagText = $(this).parent().text(), tagIndex = tags.indexOf(tagText);
|
||||||
tags.splice(tagIndex, 1), $(this).parent().remove(), $this.val(tags.join(','));
|
tags.splice(tagIndex, 1), $(this).parent().remove(), $this.val(tags.join(','));
|
||||||
}), $box.append(element), $box.append($text);
|
}), $box.append(element, $text);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user