Fix for create page save action
This commit is contained in:
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: {
|
||||
|
Reference in New Issue
Block a user