mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
hotfix: getting a lot of "DERBY is not defined"
This commit is contained in:
parent
e9ac76cd81
commit
5de2269157
1 changed files with 2 additions and 2 deletions
|
|
@ -195,8 +195,8 @@ setupGrowlNotifications = (model) ->
|
|||
statsNotification '<i class="icon-chevron-up"></i> Level Up!', 'lvl'
|
||||
|
||||
module.exports.resetDom = (model) ->
|
||||
DERBY.app.dom.clear()
|
||||
DERBY.app.view.render(model, DERBY.app.view._lastRender.ns, DERBY.app.view._lastRender.context);
|
||||
window.DERBY.app.dom.clear()
|
||||
window.DERBY.app.view.render(model, window.DERBY.app.view._lastRender.ns, window.DERBY.app.view._lastRender.context);
|
||||
|
||||
# Note, Google Analyatics giving beef if in this file. Moved back to index.html. It's ok, it's async - really the
|
||||
# syncronous requires up top are what benefit the most from this file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue