Skip to content

Commit 45fa471

Browse files
committed
fix typo
1 parent db21131 commit 45fa471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bookmarklet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
patchLinks();
2626
}).change();
2727
$.ajax('src/plugins/bookmarklet.js', {
28-
datatype: 'text',
28+
dataType: 'text',
2929
success: function(data, status, xhr) {
3030
origBookmarklet = data;
3131
patchLinks();

0 commit comments

Comments
 (0)