summaryrefslogtreecommitdiff
path: root/web-ui/app/js/views/templates.js
diff options
context:
space:
mode:
authorAnike Arni <anikarni@gmail.com>2017-01-20 11:20:55 -0200
committerGitHub <noreply@github.com>2017-01-20 11:20:55 -0200
commitb47fa1461c3dd919a193337afb035c14695cb900 (patch)
tree396f02d875d865749f26105620dffdee6c7864fa /web-ui/app/js/views/templates.js
parent1eeb5389781d2db1cc025c731dc3505a83248f61 (diff)
parente22e2a8da72e88d8378225eda13aa14b7dd974b9 (diff)
Merge pull request #903 from annacruz/remove-refresh-button
Removing refresh in mail page - issue #838
Diffstat (limited to 'web-ui/app/js/views/templates.js')
-rw-r--r--web-ui/app/js/views/templates.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/web-ui/app/js/views/templates.js b/web-ui/app/js/views/templates.js
index d4185471..d983c911 100644
--- a/web-ui/app/js/views/templates.js
+++ b/web-ui/app/js/views/templates.js
@@ -53,7 +53,6 @@ define(['hbs/templates'], function (templates) {
actionsBox: window.Pixelated['app/templates/mail_actions/actions_box.hbs'],
trashActionsBox: window.Pixelated['app/templates/mail_actions/trash_actions_box.hbs'],
composeTrigger: window.Pixelated['app/templates/mail_actions/compose_trigger.hbs'],
- refreshTrigger: window.Pixelated['app/templates/mail_actions/refresh_trigger.hbs'],
paginationTrigger: window.Pixelated['app/templates/mail_actions/pagination_trigger.hbs']
},
noMessageSelected: window.Pixelated['app/templates/compose/no_message_selected.hbs'],