diff --git a/app/views/apps/_configuration_instructions.html.haml b/app/views/apps/_configuration_instructions.html.haml index 7663abe..17c97a4 100644 --- a/app/views/apps/_configuration_instructions.html.haml +++ b/app/views/apps/_configuration_instructions.html.haml @@ -19,9 +19,13 @@ config.host = '#{request.host}' config.port = #{request.port} config.secure = config.port == 443 - config.js_notifier = true end + # Set up Javascript notifications + # ------------------------------- + # + # To receive notifications for javascript errors, + # you should add <%= hoptoad_javascript_notifier %> to the top of your layouts. # # Testing # ------- -- libgit2 0.21.2