Update admin.js

This commit is contained in:
Anyon 2020-10-21 18:48:30 +08:00
parent 5fddd49613
commit 2bc33af525

View File

@ -592,7 +592,7 @@ $(function () {
element.on('click', 'i', function (tagText, tagIndex) {
tagText = $(this).parent().text(), tagIndex = tags.indexOf(tagText);
tags.splice(tagIndex, 1), $(this).parent().remove(), $this.val(tags.join(','));
}), $box.append(element), $box.append($text);
}), $box.append(element, $text);
});
}
});