fix(edit) set old_value = value after save

This commit is contained in:
coderaiser 2013-07-17 14:44:12 +00:00
parent 68515f81bb
commit bcdfe9f85f

View file

@ -92,6 +92,7 @@ var CloudCmd, Util, DOM, JsDiff, ace;
lPatch = '?patch';
}
Value = lValue;
DOM.setCurrentSize( lLength, lCurrent );
DOM.RESTfull.save( lPath, lData, null, lPatch);
});