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:
parent
f7ed52ba65
commit
511cdd8da0
1 changed files with 1 additions and 0 deletions
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue