This commit is contained in:
Jiiks 2015-11-01 14:10:25 +02:00
parent e4b721ead8
commit afe26090e5
2 changed files with 2 additions and 2 deletions

View File

@ -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; });

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long