patch stylesheet url to new non-reddit host
This commit is contained in:
parent
10c0d62203
commit
65fa007417
1 changed files with 1 additions and 2 deletions
|
|
@ -139,9 +139,8 @@ var pd = {
|
||||||
pd.setup.applyCentral();
|
pd.setup.applyCentral();
|
||||||
},
|
},
|
||||||
applyStyles: function () {
|
applyStyles: function () {
|
||||||
// BUG: replace url
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/r/PowerDeleteSuite/about/stylesheet/.json",
|
url: "https://raw.githubusercontent.com/mykola2312/PowerDeleteSuite/master/stylesheet.json",
|
||||||
context: $("#pd__style"),
|
context: $("#pd__style"),
|
||||||
}).then(
|
}).then(
|
||||||
function (data) {
|
function (data) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue