cockpit/js/edit.js in cpee-2.1.61 vs cockpit/js/edit.js in cpee-2.1.62
- old
+ new
@@ -1,4 +1,6 @@
+skip_location = true;
+
document.addEventListener('graph:changed', function (e) {
$("button[name=save]").prop("disabled",false);
}, false);
document.addEventListener('parameters:changed', function (e) {
$("button[name=save]").prop("disabled",false);