mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-24 11:50:58 -04:00
No-cache User fetch in hero victory
After earning achievements. On IE, this call results in a cache hit, so the User object was never updated with the sweet sweet loot you just earned. Like a sword you need for True Names.
This commit is contained in:
parent
5ae56750c0
commit
e7c626656e
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ module.exports = class HeroVictoryModal extends ModalView
|
|||
@listenToOnce me, 'sync', ->
|
||||
@readyToContinue = true
|
||||
@updateSavingProgressStatus()
|
||||
me.fetch() unless me.loading
|
||||
me.fetch cache:false unless me.loading
|
||||
|
||||
@readyToContinue = true if not @achievements.models.length
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue