From f2e6ec8496310b9f71dcbaeaf2fdd94115a6f65b Mon Sep 17 00:00:00 2001 From: flyskyko Date: Fri, 30 Sep 2011 06:25:14 +0000 Subject: [PATCH] issue 211, fixed a bug related multimedia editor component git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9448 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/components/multimedia_link/tpl/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/components/multimedia_link/tpl/popup.js b/modules/editor/components/multimedia_link/tpl/popup.js index 352656fb8..789809dff 100644 --- a/modules/editor/components/multimedia_link/tpl/popup.js +++ b/modules/editor/components/multimedia_link/tpl/popup.js @@ -24,7 +24,7 @@ jQuery(function($){ })(); -$('a._insert').click(function(){ +$('.btnArea button').click(function(){ if(!is_def(opener)) return; var el_wmode = get_by_id('fo').elements['multimedia_wmode'];