Commit 7a3e95b71e656f97bee062241edfea2d35e92a38

Authored by Nathan Broadbent
1 parent 7fc69c35
Exists in master and in 1 other branch production

config.js_notifier has been deprecated.

app/views/apps/_configuration_instructions.html.haml
... ... @@ -19,9 +19,13 @@
19 19 config.host = '#{request.host}'
20 20 config.port = #{request.port}
21 21 config.secure = config.port == 443
22   - config.js_notifier = true
23 22 end
24 23  
  24 + # Set up Javascript notifications
  25 + # -------------------------------
  26 + #
  27 + # To receive notifications for javascript errors,
  28 + # you should add <%= hoptoad_javascript_notifier %> to the top of your layouts.
25 29 #
26 30 # Testing
27 31 # -------
... ...