xaver
2011-09-13 75a9a04933a0deaa44a47a89634622faba6ad813
mouseover works better, but not final
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
@@ -183,7 +183,7 @@
        });
    })( jQuery );
    jQuery("#pageContent").live("blur", function(){
    jQuery("#pageContent").live("mouseover", function(){
      if(jQuery(".panel select").css("display") != "none"){
        jQuery(".panel select").combobox();
      }