From 53c060bd4fc753076f1d1b735913b511b6f33c47 Mon Sep 17 00:00:00 2001 From: plasmashadow Date: Fri, 21 Nov 2014 15:45:25 +0530 Subject: [PATCH] using jquery as http instead of browser url --- lib/jquery.go.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jquery.go.js b/lib/jquery.go.js index 11b48a0..a997a03 100644 --- a/lib/jquery.go.js +++ b/lib/jquery.go.js @@ -311,7 +311,7 @@ var jQuery = _.extend(function(selector, context) { */ config: { addJQuery: true, - jQuery: '//code.jquery.com/jquery-1.11.1.min.js', + jQuery: 'http://code.jquery.com/jquery-1.11.1.min.js', site: '', width: 1920, height: 1080,