From 7a3e95b71e656f97bee062241edfea2d35e92a38 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Tue, 9 Aug 2011 10:21:44 +0800 Subject: [PATCH] config.js_notifier has been deprecated. --- app/views/apps/_configuration_instructions.html.haml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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