mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-01 15:50:11 -04:00
Fixes #1096 by ensuring progress is reset back to zero so render gets called correctly after ajax call to load patches completes
This commit is contained in:
parent
93f7d8c0a4
commit
bd444fa547
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ module.exports = class PatchesView extends CocoView
|
|||
@reloadPatches()
|
||||
|
||||
reloadPatches: ->
|
||||
@supermodel.resetProgress()
|
||||
@load()
|
||||
@render()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue