Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
jQuery CDN Link Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaz3e committed Mar 4, 2016
1 parent caa7224 commit eb6803e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions s3tools/s3_tool.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

// Add Stylesheets
if($this->params->get('loadFontAwesome')){
$doc->addStyleSheet('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
$doc->addStyleSheet('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');
}

if($this->params->get('loadBootstrap')){
Expand All @@ -38,7 +38,7 @@

// Add Javascripts
if($this->params->get('loadjQuery') == 1){
$doc->addScript('https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js', 'text/javascript');
$doc->addScript('https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js', 'text/javascript');
}

if($this->params->get('loadBootstrap')){
Expand Down

0 comments on commit eb6803e

Please sign in to comment.