Fix single-tag autocomplete fields not colorizing tags

This commit is contained in:
Toks
2013-12-17 16:25:28 -05:00
parent 060c305317
commit d0c0d2a314

View File

@@ -139,6 +139,7 @@
success: function(data) {
resp($.map(data, function(tag) {
return {
type: "tag",
label: tag.name.replace(/_/g, " "),
value: tag.name,
category: tag.category,