Browse Source

Fix for create page save action

pull/2/head v1.0-alpha.2
NGPixel 8 years ago
parent
commit
993153072c
2 changed files with 2 additions and 2 deletions
  1. 2
      assets/js/app.js
  2. 2
      client/js/components/editor.js

2
assets/js/app.js
File diff suppressed because it is too large
View File

2
client/js/components/editor.js

@ -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