Fix for create page save action

pull/2/head v1.0-alpha.2
NGPixel 8 years ago
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…
Cancel
Save