xaver
2012-03-05 05e1f39e550a594a524d3f5ca43940a9171b5578
better trigger for combobox, you wont see any selectbox anymore, before it changes into combobox
1 files modified
2 ■■■ changed files
interface/web/themes/default_combobox/templates/main.tpl.htm 2 ●●● patch | view | raw | blame | history
interface/web/themes/default_combobox/templates/main.tpl.htm
@@ -242,7 +242,7 @@
    })( jQuery );
 
    jQuery("body").live("mouseover", function(){
    jQuery("html").ajaxComplete( function(){
      if(jQuery(".panel .list td select").css("display") != "none"){
        jQuery(".panel .list td select").combobox();
      }