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:
ChanMyeong 2011-10-11 07:26:11 +00:00
parent 845fd1fbe3
commit abb261b198

View file

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