forked from OpenNeo/impress
disabling the hoptoad js notifier may have fixed the leak... maybe
This commit is contained in:
parent
bb1f10c60b
commit
ca95cfb722
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
HoptoadNotifier.configure do |config|
|
HoptoadNotifier.configure do |config|
|
||||||
config.api_key = 'a6efc0e697585c2d338b1585137a9798'
|
config.api_key = 'a6efc0e697585c2d338b1585137a9798'
|
||||||
config.js_notifier = true
|
config.js_notifier = false
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue