Skip to content
Snippets Groups Projects
Commit 75a9a049 authored by xaver's avatar xaver
Browse files

mouseover works better, but not final

parent 8a36d599
No related branches found
No related tags found
2 merge requests!46Master,!21Master
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment