Enable tags in code and slide

This commit is contained in:
yflory
2017-09-25 14:47:31 +02:00
parent 6aeb366767
commit b871faffc9
4 changed files with 10 additions and 0 deletions

View File

@@ -516,6 +516,9 @@ define([
};
common.openFilePicker(pickerCfg);
}).appendTo($rightside);
var $tags = common.createButton('hashtag', true);
$rightside.append($tags);
}
metadataMgr.onChange(function () {