diff --git a/css/main.css b/css/main.css index 9af702a..dd6b9cc 100644 --- a/css/main.css +++ b/css/main.css @@ -823,6 +823,10 @@ height:178px; } +.bd-alert-body a { + color:#FFF !important; +} + .bd-alert-body .scroller-wrap { height:178px; } diff --git a/js/main.js b/js/main.js index b49d65d..14ba3a4 100644 --- a/js/main.js +++ b/js/main.js @@ -8,8 +8,8 @@ var settingsPanel, emoteModule, utils, quickEmoteMenu, opublicServers, voiceMode, pluginModule, themeModule; -var jsVersion = 1.55; -var supportedVersion = "0.2.0"; +var jsVersion = 1.56; +var supportedVersion = "0.2.3"; var mainObserver; @@ -145,8 +145,7 @@ Core.prototype.init = function() { var self = this; if(version < supportedVersion) { - $("body").append("
"); - alert("BetterDiscord v" + version + "(your version)" + " is not supported by the latest js("+jsVersion+"). Please download the latest version from betterdiscord.net"); + this.alert("Not Supported", "BetterDiscord v" + version + "(your version)" + " is not supported by the latest js("+jsVersion+").

Please download the latest version from BetterDiscord.net"); return; }