From 920b9c9ac8afa48d85a8cc2a608e6794f6e054e6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 17 Jul 2012 14:52:14 -0400 Subject: [PATCH] removed onLoad property, it doesn't work properly anyway, just confusing --- lib/client/editor.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/client/editor.js b/lib/client/editor.js index 92bd05e3..522c1a2e 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -52,8 +52,7 @@ CloudCommander.Editor.CloudMirror = { extraKeys: { //Сохранение "Esc": pParent.hide(pParent) - }, - onLoad: pParent.show() + } }); }else console.log('Error. Something went wrong FM not found'); }