mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-19 02:50:53 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -108,10 +108,10 @@
|
||||
"nodebb-plugin-spam-be-gone": "2.3.2",
|
||||
"nodebb-plugin-web-push": "0.7.7",
|
||||
"nodebb-rewards-essentials": "1.0.2",
|
||||
"nodebb-theme-harmony": "2.2.48",
|
||||
"nodebb-theme-harmony": "2.2.50",
|
||||
"nodebb-theme-lavender": "7.1.21",
|
||||
"nodebb-theme-peace": "2.2.56",
|
||||
"nodebb-theme-persona": "14.2.25",
|
||||
"nodebb-theme-persona": "14.2.27",
|
||||
"nodebb-widget-essentials": "7.0.43",
|
||||
"nodemailer": "8.0.1",
|
||||
"nprogress": "0.2.0",
|
||||
|
||||
@@ -11,10 +11,12 @@ define('forum/account/tags', [
|
||||
|
||||
const tagEl = $('[component="tags/watch"]');
|
||||
tagEl.tagsinput({
|
||||
tagClass: 'badge text-bg-info',
|
||||
tagClass: 'badge rounded-1',
|
||||
confirmKeys: [13, 44],
|
||||
trimValue: true,
|
||||
});
|
||||
const tagsinput = tagEl.siblings('.bootstrap-tagsinput');
|
||||
tagsinput.addClass('tag-list');
|
||||
const input = tagEl.siblings('.bootstrap-tagsinput').find('input');
|
||||
input.translateAttr('aria-label', '[[aria:user-watched-tags]]');
|
||||
autocomplete.tag(input);
|
||||
|
||||
Reference in New Issue
Block a user