This commit is contained in:
Toks
2013-06-19 10:45:56 -04:00
parent a656d70ae1
commit 27caffb1e6
4 changed files with 4 additions and 0 deletions

View File

@@ -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, " "),