From 99f2077852273843eb59e1d4629e7f592ac3d832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sat, 14 Nov 2015 19:05:27 +0200 Subject: [PATCH] use https for the jQuery path --- 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 80d1c5f..60d14da 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: 'https://code.jquery.com/jquery-1.11.1.min.js', site: '', width: 1920, height: 1080,