summaryrefslogtreecommitdiff
path: root/app/controllers/trigger_controller.rb
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-03-11 12:12:36 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-03-11 12:12:36 +0100
commitaa46f61cc84043a81f760c961ec53786671e7e50 (patch)
treed2368cd8e0a08cab4b8c16b3f6ed7ed29f8eb506 /app/controllers/trigger_controller.rb
parent685b8dc4987965e1450627e831ea40847bb5b19c (diff)
Moved the voicemail and fax indicator.
Diffstat (limited to 'app/controllers/trigger_controller.rb')
-rw-r--r--app/controllers/trigger_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/trigger_controller.rb b/app/controllers/trigger_controller.rb
index 7ab90c2..db379f9 100644
--- a/app/controllers/trigger_controller.rb
+++ b/app/controllers/trigger_controller.rb
@@ -44,7 +44,7 @@ class TriggerController < ApplicationController
# Indicate a new voicemail in the navigation bar.
#
- PrivatePub.publish_to("/users/#{user.id}/messages/new", "$('#new_voicemail_indicator').hide('fast').show('slow');")
+ PrivatePub.publish_to("/users/#{user.id}/messages/new", "$('#new_voicemail_or_fax_indicator').hide('fast').show('slow');")
render(
:status => 200,
@@ -114,7 +114,7 @@ class TriggerController < ApplicationController
#
if fax_document.fax_accountable.class == User
user = fax_document.fax_accountable
- PrivatePub.publish_to("/users/#{user.id}/messages/new", "$('#new_voicemail_indicator').hide('fast').show('slow');")
+ PrivatePub.publish_to("/users/#{user.id}/messages/new", "$('#new_voicemail_or_fax_indicator').hide('fast').show('slow');")
end
render(