|
|
@ -14,6 +14,7 @@ define('composer/tags', function() {
|
|
|
|
|
|
|
|
|
|
|
|
tagEl.tagsinput({
|
|
|
|
tagEl.tagsinput({
|
|
|
|
maxTags: config.tagsPerTopic,
|
|
|
|
maxTags: config.tagsPerTopic,
|
|
|
|
|
|
|
|
maxChars: config.maximumTagLength,
|
|
|
|
confirmKeys: [13, 44],
|
|
|
|
confirmKeys: [13, 44],
|
|
|
|
trimValue: true
|
|
|
|
trimValue: true
|
|
|
|
});
|
|
|
|
});
|
|
|
|