Commit 8a36d599 authored by xaver's avatar xaver
Browse files

small fix, js

parent c72ea834
......@@ -6,7 +6,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=<tmpl_var name="html_content_encoding">"/>
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
<link href="themes/default/css/central.css" rel="stylesheet" type="text/css"/>
<link href="themes/default/css/screen/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/>
<!--[if lte IE 7]>
<link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" />
<![endif]-->
......@@ -184,7 +183,7 @@
});
})( jQuery );
jQuery("#pageContent").live("blur" function(){
jQuery("#pageContent").live("blur", 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