Commit 75a9a049 authored by xaver's avatar xaver
Browse files

mouseover works better, but not final

parent 8a36d599
......@@ -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();
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment