This commit is contained in:
Obexer Christoph 2012-02-15 18:47:21 +01:00
parent db211317ff
commit 45fa47100e

View File

@ -25,7 +25,7 @@
patchLinks();
}).change();
$.ajax('src/plugins/bookmarklet.js', {
datatype: 'text',
dataType: 'text',
success: function(data, status, xhr) {
origBookmarklet = data;
patchLinks();