Fixed typo
This commit is contained in:
parent
f2a3b4ab1f
commit
c6b9585c02
|
|
@ -99,7 +99,7 @@ function createNewModal(options={}) {
|
|||
$(modal_name).focus();
|
||||
|
||||
if (options.hideCloseButton) {
|
||||
$(modal_name).find('#modal-form-cancel').hide();
|
||||
$(modal_name).find('#modal-form-close').hide();
|
||||
}
|
||||
|
||||
if (options.preventSubmit || options.hideSubmitButton) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue