diff --git a/modules/editor/skins/xpresseditor/js/Xpress_Editor.js b/modules/editor/skins/xpresseditor/js/Xpress_Editor.js index 066b26ed5..227fc88f6 100644 --- a/modules/editor/skins/xpresseditor/js/Xpress_Editor.js +++ b/modules/editor/skins/xpresseditor/js/Xpress_Editor.js @@ -5725,7 +5725,7 @@ xe.XE_Extension = jQuery.Class({ }, $ON_MSG_APP_READY : function() { - var oApp = this.oApp; + var oApp = this.oApp; oApp.exec('REGISTER_UI_EVENT', ['extension', 'click', 'TOGGLE_EXTENSION_LAYER']); var functn = function(){ oApp.exec("HIDE_ACTIVE_LAYER", []);