Commit 7a3e95b71e656f97bee062241edfea2d35e92a38
1 parent
7fc69c35
Exists in
master
and in
1 other branch
config.js_notifier has been deprecated.
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
app/views/apps/_configuration_instructions.html.haml
| @@ -19,9 +19,13 @@ | @@ -19,9 +19,13 @@ | ||
| 19 | config.host = '#{request.host}' | 19 | config.host = '#{request.host}' |
| 20 | config.port = #{request.port} | 20 | config.port = #{request.port} |
| 21 | config.secure = config.port == 443 | 21 | config.secure = config.port == 443 |
| 22 | - config.js_notifier = true | ||
| 23 | end | 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 | # Testing | 30 | # Testing |
| 27 | # ------- | 31 | # ------- |