From b60c54f2b46e8b219963c2c0730e2095d7a69cb7 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Tue, 13 Dec 2016 17:52:07 -0200 Subject: [#845] Doesn't hide tag button when adding new tag with @thaissiqueira --- web-ui/app/js/mail_view/ui/mail_view.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'web-ui/app/js/mail_view/ui/mail_view.js') diff --git a/web-ui/app/js/mail_view/ui/mail_view.js b/web-ui/app/js/mail_view/ui/mail_view.js index 3408c8af..4c9dce30 100644 --- a/web-ui/app/js/mail_view/ui/mail_view.js +++ b/web-ui/app/js/mail_view/ui/mail_view.js @@ -38,7 +38,6 @@ define( tags: '.mail-read-view__header-tags-tag', newTagInput: '#new-tag-input', newTagButton: '#new-tag-button', - addNew: '.mail-read-view__header-tags-new-button', trashButton: '#trash-button', archiveButton: '#archive-button', closeMailButton: '.close-mail-button' @@ -198,13 +197,11 @@ define( this.addTagLoseFocus = function () { this.select('newTagInput').hide(); this.select('newTagInput').typeahead('val', ''); - this.select('addNew').show(); }; this.showNewTagInput = function () { this.select('newTagInput').show(); this.select('newTagInput').focus(); - this.select('addNew').hide(); }; this.removeTag = function (tag) { -- cgit v1.2.3