Commit 99315307 authored by NGPixel's avatar NGPixel

Fix for create page save action

parent 86524e83
...@@ -174,7 +174,7 @@ if($('#mk-editor').length === 1) { ...@@ -174,7 +174,7 @@ if($('#mk-editor').length === 1) {
//-> Save //-> Save
$('.btn-edit-save').on('click', (ev) => { $('.btn-edit-save, .btn-create-save').on('click', (ev) => {
$.ajax(window.location.href, { $.ajax(window.location.href, {
data: { data: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment