summaryrefslogtreecommitdiff
path: root/web-ui/app/js/tags
diff options
context:
space:
mode:
authorAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-02-10 17:32:14 -0200
committerAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-02-19 16:41:24 -0200
commit88c5ddd2f3af1a5a38c9a501543363aba00323c0 (patch)
tree3ea9de789961d03bf796a95d28ed88a5432268ab /web-ui/app/js/tags
parent518856ed261ba3bdd1270dff45151db967c72434 (diff)
#239 Remove tags shortcuts
Diffstat (limited to 'web-ui/app/js/tags')
-rw-r--r--web-ui/app/js/tags/ui/tag_list.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/web-ui/app/js/tags/ui/tag_list.js b/web-ui/app/js/tags/ui/tag_list.js
index 0c483abb..c9a66722 100644
--- a/web-ui/app/js/tags/ui/tag_list.js
+++ b/web-ui/app/js/tags/ui/tag_list.js
@@ -63,9 +63,6 @@ define(
var list = tag.default ? defaultList : customList;
var tagComponent = Tag.appendedTo(list, {tag: tag, currentTag: this.getCurrentTag()});
- if (_.contains(_.keys(ORDER), tag.name)) {
- tagComponent.attr.shortcut = this.renderShortcut(tag, tagComponent);
- }
}
function resetTagList(lists) {