jsv1.52 compact mode emotes fixed
This commit is contained in:
parent
0ba19bf6b6
commit
81bf11c464
29
js/main.js
29
js/main.js
|
@ -1,5 +1,5 @@
|
||||||
/* BetterDiscordApp Core JavaScript
|
/* BetterDiscordApp Core JavaScript
|
||||||
* Version: 1.51
|
* Version: 1.52
|
||||||
* Author: Jiiks | http://jiiks.net
|
* Author: Jiiks | http://jiiks.net
|
||||||
* Date: 27/08/2015 - 16:36
|
* Date: 27/08/2015 - 16:36
|
||||||
* Last Update: 24/010/2015 - 17:27
|
* Last Update: 24/010/2015 - 17:27
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
|
|
||||||
var settingsPanel, emoteModule, utils, quickEmoteMenu, opublicServers, voiceMode;
|
var settingsPanel, emoteModule, utils, quickEmoteMenu, opublicServers, voiceMode;
|
||||||
var jsVersion = 1.51;
|
var jsVersion = 1.52;
|
||||||
var supportedVersion = "0.1.5";
|
var supportedVersion = "0.1.5";
|
||||||
|
|
||||||
var mainObserver;
|
var mainObserver;
|
||||||
|
@ -63,29 +63,14 @@ var defaultCookie = {
|
||||||
};
|
};
|
||||||
|
|
||||||
var bdchangelog = {
|
var bdchangelog = {
|
||||||
"changes": {
|
"changes": null,
|
||||||
"settings": {
|
"fixes": {
|
||||||
"title": "New settings menu!",
|
"compact": {
|
||||||
"text": "The settings menu has been moved to the Discord settings dialog!",
|
"title": "Compact Mode Emotes!",
|
||||||
"img": ""
|
"text": "Compact Mode Emotes have been fixed and should now be visible!",
|
||||||
},
|
|
||||||
"spoilers": {
|
|
||||||
"title": "Spoilers!",
|
|
||||||
"text": "BetterDiscord now supports spoilers, use [!s] in your message to turn it into a spoiler!",
|
|
||||||
"img": ""
|
|
||||||
},
|
|
||||||
"emotenames": {
|
|
||||||
"title": "Emote Names!",
|
|
||||||
"text": "The emote name on hover has been fixed and reimplemented by <a href=\"https://github.com/pendo324\" target=\"_blank\">pendo324</a>",
|
|
||||||
"img": ""
|
|
||||||
},
|
|
||||||
"customcss": {
|
|
||||||
"title": "Custom CSS!",
|
|
||||||
"text": "Apply custom CSS to your client! note: The CSS is stored in localstorage. If it's deleted for some reason, you will lose it and it cannot be recovered(keep a backup).",
|
|
||||||
"img": ""
|
"img": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fixes": null,
|
|
||||||
"upcoming": {
|
"upcoming": {
|
||||||
"ignore": {
|
"ignore": {
|
||||||
"title": "Ignore User!",
|
"title": "Ignore User!",
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue