]> dev.renevier.net Git - syj.git/blobdiff - public/js/syj.js
do not enable submitting a duplicate path without first modifying it
[syj.git] / public / js / syj.js
index 3c4bece6a7767b2a093c145ef80a6b9e42ecc53a..0572fce71c7099bcad3f054c04690bf43d194803 100644 (file)
@@ -40,6 +40,7 @@ var SyjSaveUI = {
 
     enableSubmit: function() {
         $("geom_submit").disabled = false;
+        $("geom_accept").disabled = false;
         this.status = "partial";
         return this;
     },
@@ -47,6 +48,8 @@ var SyjSaveUI = {
     disableSubmit: function() {
         $("geom_submit").blur();
         $("geom_submit").disabled = true;
+        $("geom_accept").blur();
+        $("geom_accept").disabled = true;
         this.status = "partial";
         return this;
     }
@@ -258,7 +261,6 @@ var SYJView = {
                 this.messenger.hide();
                 this.editMode();
                 this.mode = 'create';
-                SyjSaveUI.enableSubmit();
             }.bind(this));
         }