From ef9dc46bb4ce21aba6f0f5766b2daaf0a3e50a6f Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Wed, 15 Feb 2012 18:47:21 +0100 Subject: [PATCH] fix typo --- bookmarklet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookmarklet.html b/bookmarklet.html index 07db7bc..8959736 100644 --- a/bookmarklet.html +++ b/bookmarklet.html @@ -25,7 +25,7 @@ patchLinks(); }).change(); $.ajax('src/plugins/bookmarklet.js', { - datatype: 'text', + dataType: 'text', success: function(data, status, xhr) { origBookmarklet = data; patchLinks();