From 08249efc81006506d04b9f2eb7097181010e4549 Mon Sep 17 00:00:00 2001 From: j0be Date: Mon, 26 Sep 2016 11:14:26 -0400 Subject: [PATCH] rawgit.com was caching results so eff that, we're doing this live. --- bookmarklet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookmarklet.js b/bookmarklet.js index b5cf461..f58cf0b 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -1 +1 @@ -javascript:(function () {var str = ''; if ($('#pd-script').length === 0) {$('head').append(str); } else {$('#pd-script').replaceWith(str); } }, function() {alert('Error retreiving PowerDeleteSuite from github'); }); })();