#19336487 도구 모음 확장 버튼의 아이콘을 알아보기 쉽게 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7981 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-12-20 01:51:51 +00:00
parent 76a7751b3c
commit bac7e33e11

View file

@ -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