This commit is contained in:
Jiiks 2015-11-01 14:13:13 +02:00
parent 473c73229d
commit 8f37203561
2 changed files with 2 additions and 2 deletions

View File

@ -718,7 +718,7 @@ Utils.prototype.jqDefer = function(fnc) {
Utils.prototype.getHash = function() {
$.getJSON("https://api.github.com/repos/Jiiks/BetterDiscordApp/commits/master", function(data) {
_hash = data.sha;
emoteModule.getBlaclist();
emoteModule.getBlacklist();
});
};

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long