self
This commit is contained in:
parent
e4b721ead8
commit
afe26090e5
|
@ -191,7 +191,7 @@ EmoteModule.prototype.getBlacklist = function() {
|
|||
console.log("getting blacklist");
|
||||
if(typeof(_hash) == "undefined") {
|
||||
console.log("hash undefined");
|
||||
setTimeout(getBlacklist, 100);
|
||||
setTimeout(self.getBlacklist, 100);
|
||||
} else {
|
||||
console.log("hash: " + _hash);
|
||||
$.getJSON("https://cdn.rawgit.com/Jiiks/betterDiscordApp/"+_hash+"/emotefilter.json", function(data) { bemotes = data.blacklist; });
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue