mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Don't show misc achievements in picoCTF mode
This commit is contained in:
parent
78379f2e6a
commit
6a9a36b1eb
1 changed files with 4 additions and 3 deletions
|
@ -43,6 +43,7 @@ module.exports = class RootView extends CocoView
|
|||
earnedAchievement.patch()
|
||||
return if achievement.get('collection') is 'level.sessions' and not achievement.get('query')?.team
|
||||
#return if @isIE() # Some bugs in IE right now, TODO fix soon! # Maybe working now with not caching achievement fetches in CocoModel?
|
||||
return if window.serverConfig.picoCTF
|
||||
new AchievementPopup achievement: achievement, earnedAchievement: earnedAchievement
|
||||
|
||||
handleNewAchievements: (e) ->
|
||||
|
|
Loading…
Reference in a new issue