diff --git a/lib/client/edit.js b/lib/client/edit.js index 7fdef548..2780cd60 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -75,10 +75,7 @@ var CloudCmd, Util, DOM, JsDiff, ace; var lPath = DOM.getCurrentPath(), lValue = Ace.getValue(); - if ( Util.strCmp(Value, lValue) ) - Util.log('edit: nothing to save'); - else - DOM.RESTfull.save(lPath, lValue); + DOM.RESTfull.save(lPath, lValue); } }); }