mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
No multi support, less magic
This commit is contained in:
parent
7d71535f57
commit
065763f117
1 changed files with 1 additions and 2 deletions
|
|
@ -56,8 +56,7 @@
|
|||
return element.get('id');
|
||||
},
|
||||
initSelection: function(element, callback) {
|
||||
var selection = ($(element).val() || []).split('|').sort();
|
||||
callback(selection);
|
||||
callback($(element).val());
|
||||
},
|
||||
formatResult: function (tag) {
|
||||
return OC.SystemTags.getDescriptiveTag(tag);
|
||||
|
|
|
|||
Loading…
Reference in a new issue