Skip to content

Commit 75a9a04

Browse files
author
xaver
committed
mouseover works better, but not final
1 parent 8a36d59 commit 75a9a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/themes/default_combobox/templates/main.tpl.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
});
184184
})( jQuery );
185185

186-
jQuery("#pageContent").live("blur", function(){
186+
jQuery("#pageContent").live("mouseover", function(){
187187
if(jQuery(".panel select").css("display") != "none"){
188188
jQuery(".panel select").combobox();
189189
}

0 commit comments

Comments
 (0)