diff --git a/js/css/smoothness/jquery-ui-1.8.10.custom.css b/js/css/smoothness/jquery-ui.css similarity index 100% rename from js/css/smoothness/jquery-ui-1.8.10.custom.css rename to js/css/smoothness/jquery-ui.css diff --git a/lib/action.php b/lib/action.php index 0ba4b8b8ff..7614f4be3a 100644 --- a/lib/action.php +++ b/lib/action.php @@ -222,6 +222,8 @@ class Action extends HTMLOutputter // lawsuit Event::handle('EndShowLaconicaStyles', array($this)); } + $this->cssLink(common_path('js/css/smoothness/jquery-ui.css')); + if (Event::handle('StartShowUAStyles', array($this))) { $this->comment('[if IE]>script('jquery.min.js'); $this->script('jquery.form.min.js'); + $this->script('jquery-ui.min.js'); $this->script('jquery.cookie.min.js'); $this->inlineScript('if (typeof window.JSON !== "object") { $.getScript("'.common_path('js/json2.min.js').'"); }'); $this->script('jquery.joverlay.min.js');