Browse Source

Fix for create page save action

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

File diff suppressed because it is too large
+ 0 - 0
assets/js/app.js


+ 1 - 1
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: {

Some files were not shown because too many files changed in this diff