mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
#19336487 도구 모음 확장 버튼의 아이콘을 알아보기 쉽게 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7981 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
76a7751b3c
commit
bac7e33e11
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue