1
0
Fork 0
forked from OpenNeo/impress

disabling the hoptoad js notifier may have fixed the leak... maybe

This commit is contained in:
Emi Matchu 2011-02-05 11:48:54 -05:00
parent bb1f10c60b
commit ca95cfb722

View file

@ -1,4 +1,4 @@
HoptoadNotifier.configure do |config|
config.api_key = 'a6efc0e697585c2d338b1585137a9798'
config.js_notifier = true
config.js_notifier = false
end