Fix for create page save action
This commit is contained in:
parent
86524e83bb
commit
993153072c
File diff suppressed because one or more lines are too long
@ -174,7 +174,7 @@ if($('#mk-editor').length === 1) {
|
||||
|
||||
//-> Save
|
||||
|
||||
$('.btn-edit-save').on('click', (ev) => {
|
||||
$('.btn-edit-save, .btn-create-save').on('click', (ev) => {
|
||||
|
||||
$.ajax(window.location.href, {
|
||||
data: {
|
||||
|
Loading…
Reference in New Issue
Block a user