diff --git a/lib/client/viewer.js b/lib/client/viewer.js index 86523502..cb7878c7 100644 --- a/lib/client/viewer.js +++ b/lib/client/viewer.js @@ -17,6 +17,8 @@ CloudCommander.Viewer.FancyBox = { openEffect : 'none', closeEffect : 'none' }); + + this.set(); }); }, @@ -52,7 +54,6 @@ CloudCommander.Viewer.FancyBox = { CloudCommander.Viewer.Keys = (function(){ "use strict"; - /* loading js and css of CodeMirror */ CloudCommander.Viewer.FancyBox.load(); var key_event = function(pParent){