feature(edit) rm "nothing to save"

This commit is contained in:
coderaiser 2013-08-16 11:30:57 +00:00
parent 7031a8478e
commit eb30bd0853

View file

@ -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);
}
});
}