fix chosen sprites
This commit is contained in:
parent
93996402d9
commit
058b2be9a7
|
@ -83,11 +83,11 @@ echo output_link_if_exists( array(
|
||||||
'/js/jquery-ui-structure.css',
|
'/js/jquery-ui-structure.css',
|
||||||
'/css/base/jquery-ui-theme.css',
|
'/css/base/jquery-ui-theme.css',
|
||||||
'/css/'.$css.'/jquery-ui-theme.css',
|
'/css/'.$css.'/jquery-ui-theme.css',
|
||||||
'/js/chosen/chosen.min.css',
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
<!--<link rel="stylesheet" href="skins/classic/js/chosen/chosen.min.css" type="text/css"/>-->
|
<!--Chosen can't be cache-busted because it loads sprites by relative path-->
|
||||||
|
<link rel="stylesheet" href="skins/classic/js/chosen/chosen.min.css" type="text/css"/>
|
||||||
<?php
|
<?php
|
||||||
if ($basename == 'watch') {
|
if ($basename == 'watch') {
|
||||||
echo output_link_if_exists( array(
|
echo output_link_if_exists( array(
|
||||||
|
|
Loading…
Reference in New Issue