From 0f17e553c595ff80822afd1041c482e1fc318937 Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Thu, 28 Jul 2011 10:58:41 -0300 Subject: [PATCH] Serving jQuery over HTTP instead of HTTPS to help with caching and speed things up. --- details/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/details/index.php b/details/index.php index 2055cba..18dc7c1 100644 --- a/details/index.php +++ b/details/index.php @@ -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'),