mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Install page select UI click disable bug fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9581 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
845fd1fbe3
commit
abb261b198
1 changed files with 0 additions and 1 deletions
|
|
@ -90,7 +90,6 @@ jQuery(function($){
|
|||
|
||||
select_value.click(show_option);
|
||||
select_root.removeClass('open');
|
||||
select_root.mouseleave(function(){$(this).removeClass('open');});
|
||||
select_a.click(set_anchor).click(hide_option).focus(i_hover).hover(i_hover);
|
||||
select_input.change(set_label).focus(set_label);
|
||||
select_label.hover(i_hover).click(hide_option);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue