Skip to content

Commit 630a8ea

Browse files
committed
bump jquery version
1 parent 0fe3142 commit 630a8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/jquerify/jquerify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
if ( !window.jQuery ) {
88
var dollarInUse = !!window.$;
99
var s = document.createElement('script');
10-
s.setAttribute('src', '//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js');
10+
s.setAttribute('src', '//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js');
1111
s.addEventListener('load', function(){
1212
console.log('jQuery loaded!');
1313

0 commit comments

Comments
 (0)