From c0894ea0720b02b7711c3cbe73aa04b988181eac Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 17 Jul 2013 14:44:12 +0000 Subject: [PATCH] fix(edit) set old_value = value after save --- lib/client/edit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/client/edit.js b/lib/client/edit.js index 17c9ec33..844d05d6 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -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); });