Skip to content

Commit 05e1f39

Browse files
author
xaver
committed
better trigger for combobox, you wont see any selectbox anymore, before it changes into combobox
1 parent bf7d950 commit 05e1f39

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
@@ -242,7 +242,7 @@
242242
})( jQuery );
243243

244244

245-
jQuery("body").live("mouseover", function(){
245+
jQuery("html").ajaxComplete( function(){
246246
if(jQuery(".panel .list td select").css("display") != "none"){
247247
jQuery(".panel .list td select").combobox();
248248
}

0 commit comments

Comments
 (0)