From bac7e33e1179f0850d1704dae79327ce1a642df0 Mon Sep 17 00:00:00 2001 From: taggon Date: Mon, 20 Dec 2010 01:51:51 +0000 Subject: [PATCH] =?UTF-8?q?#19336487=20=EB=8F=84=EA=B5=AC=20=EB=AA=A8?= =?UTF-8?q?=EC=9D=8C=20=ED=99=95=EC=9E=A5=20=EB=B2=84=ED=8A=BC=EC=9D=98=20?= =?UTF-8?q?=EC=95=84=EC=9D=B4=EC=BD=98=EC=9D=84=20=EC=95=8C=EC=95=84?= =?UTF-8?q?=EB=B3=B4=EA=B8=B0=20=EC=89=BD=EA=B2=8C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7981 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xeed/js/xeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/skins/xeed/js/xeed.js b/modules/editor/skins/xeed/js/xeed.js index 6d3bd6b3f..39d2b42bf 100644 --- a/modules/editor/skins/xeed/js/xeed.js +++ b/modules/editor/skins/xeed/js/xeed.js @@ -118,7 +118,7 @@ Xeed = xe.createApp('Xeed', { // window resize $(window).resize(bind(this,this._onresize)).load(bind(this,this._onresize)); - this.$toolbar.find('button.mo').click(function(){ $(this).nextAll('ul._overflow').toggle(); }); + this.$toolbar.find('button.mo').click(function(){ $(this).toggleClass('mopen').nextAll('ul._overflow').toggle(); }); // register plugins this.registerPlugin(new Hotkey); // Hotkey must be the first