Fixes #1116
This commit is contained in:
parent
b113e126a3
commit
d8d40ab0f6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module.exports = class PatchModal extends ModalView
|
||||||
template: template
|
template: template
|
||||||
plain: true
|
plain: true
|
||||||
modalWidthPercent: 60
|
modalWidthPercent: 60
|
||||||
@DOC_SKIP_PATHS = ['_id','version', 'commitMessage', 'parent', 'created', 'slug', 'index', '__v', 'patches', 'creator']
|
@DOC_SKIP_PATHS = ['_id','version', 'commitMessage', 'parent', 'created', 'slug', 'index', '__v', 'patches', 'creator', 'js']
|
||||||
|
|
||||||
events:
|
events:
|
||||||
'click #withdraw-button': 'withdrawPatch'
|
'click #withdraw-button': 'withdrawPatch'
|
||||||
|
|
Reference in a new issue