diff --git a/configurator.py b/configurator.py index e890b1d..e5b7703 100755 --- a/configurator.py +++ b/configurator.py @@ -2125,7 +2125,7 @@ INDEX = Template(r""" $(document).keydown(function(e) { if ((e.key == 's' || e.key == 'S' ) && (e.ctrlKey || e.metaKey)) { e.preventDefault(); - save(); + save_check(); return false; } return true; diff --git a/dev.html b/dev.html index 4fbb627..f4354b9 100644 --- a/dev.html +++ b/dev.html @@ -2041,7 +2041,7 @@ $(document).keydown(function(e) { if ((e.key == 's' || e.key == 'S' ) && (e.ctrlKey || e.metaKey)) { e.preventDefault(); - save(); + save_check(); return false; } return true;