diff --git a/app/views/apps/_configuration_instructions.html.haml b/app/views/apps/_configuration_instructions.html.haml index c951c43..3223c83 100644 --- a/app/views/apps/_configuration_instructions.html.haml +++ b/app/views/apps/_configuration_instructions.html.haml @@ -13,12 +13,15 @@ # # Then add the following to config/initializers/errbit.rb # ------------------------------------------------------- + HoptoadNotifier.configure do |config| - config.api_key = '#{app.api_key}' - config.host = '#{request.host}' - config.port = #{request.port} - config.secure = config.port == 443 + config.api_key = '#{app.api_key}' + config.host = '#{request.host}' + config.port = #{request.port} + config.secure = config.port == 443 + config.js_notifier = true end + # # Testing # ------- -- libgit2 0.21.2