diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-03-11 13:14:13 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-03-11 13:14:13 +0100 |
commit | 525c216dc6c64821d0273dd4a63b9716dc52e715 (patch) | |
tree | 048cb1859c4de26478325e73270196efacf76b91 /app | |
parent | 766fd073042d00b588955734daa91df3f7be8bab (diff) |
Bugfix
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/trigger_controller.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/trigger_controller.rb b/app/controllers/trigger_controller.rb index 0de9223..db379f9 100644 --- a/app/controllers/trigger_controller.rb +++ b/app/controllers/trigger_controller.rb @@ -110,10 +110,6 @@ class TriggerController < ApplicationController end if errors.count == 0 - # Reload FaxDocument#show - # - PrivatePub.publish_to("/fax_documents/#{fax_document.id}", "location.reload();") - # Indicate a new fax in the navigation bar. # if fax_document.fax_accountable.class == User |