Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
JSV1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiiks committed Dec 23, 2015
1 parent 8f3b498 commit a9c8428
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,10 @@
height:178px;
}

.bd-alert-body a {
color:#FFF !important;
}

.bd-alert-body .scroller-wrap {
height:178px;
}
Expand Down
7 changes: 3 additions & 4 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -145,8 +145,7 @@ Core.prototype.init = function() {
var self = this;

if(version < supportedVersion) {
$("body").append("<div></div>");
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+").<br><br> Please download the latest version from <a href='https://betterdiscord.net' target='_blank'>BetterDiscord.net</a>");
return;
}

Expand Down

0 comments on commit a9c8428

Please sign in to comment.