mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Not showing particles in IE.
This commit is contained in:
parent
10e0cf50ed
commit
6ff39ba48a
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ module.exports = class User extends CocoModel
|
|||
@gemPromptGroup
|
||||
|
||||
getForeshadowsLevels: ->
|
||||
return false if $.browser.msie
|
||||
return @foreshadowsLevels if @foreshadowsLevels?
|
||||
group = me.get('testGroupNumber') % 16
|
||||
@foreshadowsLevels = switch group
|
||||
|
|
Loading…
Reference in a new issue