mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-22 10:55:19 -04:00
read only message
This commit is contained in:
parent
49d7028e2e
commit
3be8220e0a
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ module.exports = class AchievementEditView extends RootView
|
|||
afterRender: ->
|
||||
super()
|
||||
return unless @supermodel.finished()
|
||||
@showReadOnly() if me.get('anonymous')
|
||||
@pushChangesToPreview()
|
||||
@patchesView = @insertSubView(new PatchesView(@achievement), @$el.find('.patches-view'))
|
||||
@patchesView.load()
|
||||
|
|
Loading…
Reference in a new issue