Skip to content

Commit dde31d6

Browse files
committed
Merge pull request #40 from IonicaBizauKitchen/jquery-https
use https for the jQuery path
2 parents 11aaf3a + 99f2077 commit dde31d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jquery.go.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ var jQuery = _.extend(function(selector, context) {
311311
*/
312312
config: {
313313
addJQuery: true,
314-
jQuery: '//code.jquery.com/jquery-1.11.1.min.js',
314+
jQuery: 'https://code.jquery.com/jquery-1.11.1.min.js',
315315
site: '',
316316
width: 1920,
317317
height: 1080,

0 commit comments

Comments
 (0)