Skip to content
Snippets Groups Projects
Commit efd691cc authored by Tim Steiner's avatar Tim Steiner
Browse files

Use the https versions of google's jquery hosting.

parent e6c9a7d1
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,10 @@ $staticBaseUrl .= $_SERVER['HTTP_HOST']
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/index.css', 'all');
$this->headLink()->appendStylesheet($this->baseUrl() . '/css/print.css', 'print');
$this->headLink()->appendStylesheet('http://jquery-ui.googlecode.com/svn/tags/1.7.2/themes/base/ui.all.css', 'all');
$this->headLink()->appendStylesheet('https://jquery-ui.googlecode.com/svn/tags/1.7.2/themes/base/ui.all.css', 'all');
$this->headScript()->prependFile($this->baseUrl() . '/javascript/index.js');
$this->headScript()->prependFile('http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js');
$this->headScript()->prependFile('http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js');
$this->headScript()->prependFile('https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js');
$this->headScript()->prependFile('https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js');
$this->headLink(array('rel' => 'home',
'href' => $staticBaseUrl,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment