feature(edit) rm "nothing to save"

This commit is contained in:
coderaiser 2013-08-16 11:30:57 +00:00
parent 59c495d9cd
commit ae4710f65e

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