From 88c5ddd2f3af1a5a38c9a501543363aba00323c0 Mon Sep 17 00:00:00 2001 From: Alexandre Pretto Nunes Date: Tue, 10 Feb 2015 17:32:14 -0200 Subject: #239 Remove tags shortcuts --- web-ui/app/js/tags/ui/tag_list.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'web-ui/app/js/tags') 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) { -- cgit v1.2.3