rawgit.com was caching results

so eff that, we're doing this live.
This commit is contained in:
j0be 2016-09-26 11:14:26 -04:00 committed by GitHub
parent 303c01ba5f
commit 08249efc81

View file

@ -1 +1 @@
javascript:(function () {var str = '<script id="pd-script" src="https://rawgit.com/j0be/PowerDeleteSuite/master/powerdeletesuite.js" />'; if ($('#pd-script').length === 0) {$('head').append(str); } else {$('#pd-script').replaceWith(str); }})(); javascript:(function () {$.ajax({url: 'https://raw.githubusercontent.com/j0be/PowerDeleteSuite/master/powerdeletesuite.js', context: $('#pd__style') }).then(function(data) {var str = '<script id="pd-script">'+data+'</script>'; if ($('#pd-script').length === 0) {$('head').append(str); } else {$('#pd-script').replaceWith(str); } }, function() {alert('Error retreiving PowerDeleteSuite from github'); }); })();