summaryrefslogtreecommitdiff
path: root/web-ui/app/js/dispatchers
diff options
context:
space:
mode:
authorGiovane <giovaneliberato@gmail.com>2015-09-16 14:46:15 -0300
committerGiovane <giovaneliberato@gmail.com>2015-09-16 14:46:21 -0300
commitab4387345975cde8681c6af4ee92a10dc7e3be8e (patch)
treeaa8a14e1ec64607c9f40cf85afee351b97eaeb95 /web-ui/app/js/dispatchers
parent660e0d9de3188bad894b73f7f0ae236d5313b715 (diff)
#442 Renames feedback box file and improve feedback box html.
Diffstat (limited to 'web-ui/app/js/dispatchers')
-rw-r--r--web-ui/app/js/dispatchers/right_pane_dispatcher.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/dispatchers/right_pane_dispatcher.js b/web-ui/app/js/dispatchers/right_pane_dispatcher.js
index 47339e7d..c342b0b2 100644
--- a/web-ui/app/js/dispatchers/right_pane_dispatcher.js
+++ b/web-ui/app/js/dispatchers/right_pane_dispatcher.js
@@ -23,7 +23,7 @@ define(
'mail_view/ui/reply_section',
'mail_view/ui/draft_box',
'mail_view/ui/no_message_selected_pane',
- 'mail_view/ui/compose_feedback',
+ 'mail_view/ui/feedback_box',
'page/events'
],