fixes #1763
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
},
|
||||
method: "get",
|
||||
success: function(data) {
|
||||
data = data.slice(0, 10);
|
||||
resp($.map(data, function(tag) {
|
||||
return {
|
||||
label: tag.name.replace(/_/g, " "),
|
||||
|
||||
Reference in New Issue
Block a user