From 2cd49ec2fd1031c8ccdc7321830977de61710314 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 29 Jul 2013 07:28:28 +0000 Subject: [PATCH] fix(client) edit/_codmirror -> edit --- lib/client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client.js b/lib/client.js index 1fc1f2f1..c3090ece 100644 --- a/lib/client.js +++ b/lib/client.js @@ -185,8 +185,8 @@ var Util, DOM, CloudFunc, CloudCmd; lShowLoadFunc = Util.retFunc( DOM.Images.showLoad, {top:true} ), lDoBefore = { - 'edit/_codemirror' : lShowLoadFunc, - 'view' : lShowLoadFunc + 'edit' : lShowLoadFunc, + 'view' : lShowLoadFunc }, lLoad = function(pName, pPath, pDoBefore){