mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-14 05:55:00 -04:00
Merge branch 'divyanshu013-master'
This commit is contained in:
commit
b40af42b60
2 changed files with 6 additions and 2 deletions
app
|
@ -62,7 +62,7 @@
|
|||
text-align: center
|
||||
|
||||
.name-col-cell
|
||||
max-width: 300px
|
||||
max-width: 150px
|
||||
text-overflow: ellipsis
|
||||
white-space: nowrap
|
||||
overflow: hidden
|
||||
|
|
|
@ -256,9 +256,13 @@ module.exports = class CampaignEditorView extends RootView
|
|||
@toSave.add achievement
|
||||
|
||||
onClickLoginButton: ->
|
||||
# Do Nothing
|
||||
# Do Nothing
|
||||
# This is a override method to RootView, so that only CampaignView is listenting to login button click
|
||||
|
||||
onClickSignupButton: ->
|
||||
# Do Nothing
|
||||
# This is a override method to RootView, so that only CampaignView is listenting to signup button click
|
||||
|
||||
class LevelsNode extends TreemaObjectNode
|
||||
valueClass: 'treema-levels'
|
||||
@levels: {}
|
||||
|
|
Loading…
Add table
Reference in a new issue