File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
interface/web/themes/default_combobox/templates Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 66 < meta http-equiv ="Content-Type " content ="text/html; charset=<tmpl_var name= "html_content_encoding "> "/>
77 < meta http-equiv ="X-UA-Compatible " content ="IE=8 "/>
88 < link href ="themes/default/css/central.css " rel ="stylesheet " type ="text/css "/>
9- < link href ="themes/default/css/screen/jquery-ui-1.8.16.custom.css " rel ="stylesheet " type ="text/css "/>
109 <!--[if lte IE 7]>
1110 <link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" />
1211 <![endif]-->
184183 } ) ;
185184 } ) ( jQuery ) ;
186185
187- jQuery ( "#pageContent" ) . live ( "blur" function ( ) {
186+ jQuery ( "#pageContent" ) . live ( "blur" , function ( ) {
188187 if ( jQuery ( ".panel select" ) . css ( "display" ) != "none" ) {
189188 jQuery ( ".panel select" ) . combobox ( ) ;
190189 }
You can’t perform that action at this time.
0 commit comments