Skip to content

Commit 6a1957c

Browse files
committed
Annotator v1.2.9 requires jQuery 1.9
This fixes openannotation#319.
1 parent f4d470a commit 6a1957c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/bookmarklet/src/bookmarklet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139

140140
loadjQuery: function () {
141141
var script = document.createElement('script'),
142-
fallback = 'https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js',
142+
fallback = 'https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js',
143143
timer;
144144

145145
timer = setTimeout(function () {

0 commit comments

Comments
 (0)