Skip to content

Commit

Permalink
Serving jQuery over HTTP instead of HTTPS to help with caching and sp…
Browse files Browse the repository at this point in the history
…eed things up.
  • Loading branch information
Sergey Chernyshev committed Jul 28, 2011
1 parent e9a35a0 commit 0f17e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion details/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
} else {
$SCRIPTS = array_merge($SCRIPTS, array(
array('condition' => 'if IE', 'url' => assetURL('flot/excanvas.js')),
'https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js',
'http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js',
assetURL('flot/jquery.flot.js'),
assetURL('flot/jquery.flot.crosshair.js'),
assetURL('flot/jquery.flot.selection.js'),
Expand Down

0 comments on commit 0f17e55

Please sign in to comment.