From 45fa47100e959abdf0016d1d576f9ae3c4f17861 Mon Sep 17 00:00:00 2001 From: Obexer Christoph 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();