smoothness is SSLed if using SSL
This commit is contained in:
parent
0b69efe6f8
commit
0fe3afc495
|
@ -229,7 +229,7 @@ class Action extends HTMLOutputter // lawsuit
|
||||||
Event::handle('EndShowLaconicaStyles', array($this));
|
Event::handle('EndShowLaconicaStyles', array($this));
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->cssLink(common_path('js/css/smoothness/jquery-ui.css'));
|
$this->cssLink(common_path('js/css/smoothness/jquery-ui.css', StatusNet::isHTTPS()));
|
||||||
|
|
||||||
if (Event::handle('StartShowUAStyles', array($this))) {
|
if (Event::handle('StartShowUAStyles', array($this))) {
|
||||||
$this->comment('[if IE]><link rel="stylesheet" type="text/css" '.
|
$this->comment('[if IE]><link rel="stylesheet" type="text/css" '.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user