From: arno Date: Thu, 19 Aug 2010 12:43:23 +0000 (+0200) Subject: do not enable submitting a duplicate path without first modifying it X-Git-Tag: v0.2~34 X-Git-Url: https://dev.renevier.net/?p=syj.git;a=commitdiff_plain;h=95727eb231968e25b764f99d899bf2e044664ab4 do not enable submitting a duplicate path without first modifying it --- diff --git a/public/js/syj.js b/public/js/syj.js index 58e542a..0572fce 100644 --- a/public/js/syj.js +++ b/public/js/syj.js @@ -261,7 +261,6 @@ var SYJView = { this.messenger.hide(); this.editMode(); this.mode = 'create'; - SyjSaveUI.enableSubmit(); }.bind(this)); }