Adding a debugger for stylesheet.

Ugh. It's too early on a Monday morning. It's rainy too, so screw that noise.
This commit is contained in:
j0be 2016-09-26 11:06:09 -04:00 committed by GitHub
parent f7ed52ba65
commit 511cdd8da0

View file

@ -40,6 +40,7 @@ pdApp = {
url: 'https://www.reddit.com/r/PowerDeleteSuite/about/stylesheet/.json', url: 'https://www.reddit.com/r/PowerDeleteSuite/about/stylesheet/.json',
context: $('#pd__style') context: $('#pd__style')
}).then(function(data) { }).then(function(data) {
debugger;
$(this)[0].innerHTML = data.stylesheet; $(this)[0].innerHTML = data.stylesheet;
}, function() { }, function() {
alert('Error retreiving CSS from /r/PowerDeleteSuite'); alert('Error retreiving CSS from /r/PowerDeleteSuite');