release 0.1.3

This commit is contained in:
Jiiks 2015-08-30 13:36:12 +03:00
parent 1b426b13f3
commit 529e4d2eee
1 changed files with 5 additions and 6 deletions

View File

@ -77,12 +77,11 @@ BetterDiscord.prototype.start = function() {
self.getUtils().injectJavaScript("//" + _updater.CDN + "/Jiiks/BetterDiscordApp/"+_hash+"/js/main.js", true);
self.getUtils().download("//" + _updater.CDN + "/Jiiks/BetterDiscordApp/"+_hash+"/js/emotedata_twitch.js", function(emotedata) {
self.getUtils().execJs("emotesTwitch = " + emotedata);
});
self.getUtils().download("//" + _updater.CDN + "/Jiiks/BetterDiscordApp/"+_hash+"/js/emotedata_ffz.js", function(emotedata) {
self.getUtils().execJs("emotesFfz = " + emotedata);
self.getUtils().download(_updater.CDN , "/Jiiks/BetterDiscordApp/"+_hash+"/emotedata_twitch.json", function(emotedata) {
self.getUtils().execJs('var emotesTwitch = JSON.parse(\''+emotedata+'\');');
self.getUtils().download(_updater.CDN , "/Jiiks/BetterDiscordApp/"+_hash+"/emotedata_ffz.json", function(emotedata) {
self.getUtils().execJs('var emoteFfz = JSON.parse(\''+emotedata+'\');');
});
});
//Start BDA