mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Applying Scott's fix for #1198.
This commit is contained in:
parent
81f8334f37
commit
8698589625
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ module.exports = class SaveVersionModal extends ModalView
|
|||
}
|
||||
errors = patch.validate()
|
||||
forms.applyErrorsToForm(@$el, errors) if errors
|
||||
patch.set 'editPath', document.location.pathname
|
||||
res = patch.save()
|
||||
return unless res
|
||||
@enableModalInProgress(@$el)
|
||||
|
|
Loading…
Reference in a new issue