mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Issue #2082: Campaign editor login fixed
This commit is contained in:
parent
498eae328a
commit
7f442a32a3
1 changed files with 3 additions and 0 deletions
|
@ -255,6 +255,9 @@ module.exports = class CampaignEditorView extends RootView
|
|||
if achievement.hasLocalChanges()
|
||||
@toSave.add achievement
|
||||
|
||||
onClickLoginButton: ->
|
||||
# Do Nothing
|
||||
# This is a override method to RootView, so that only CampaignView is listenting to login button click
|
||||
|
||||
class LevelsNode extends TreemaObjectNode
|
||||
valueClass: 'treema-levels'
|
||||
|
|
Loading…
Reference in a new issue