This commit is contained in:
Jiiks 2015-08-28 10:42:05 +03:00
parent b253408643
commit 806eeabd24
3 changed files with 3 additions and 11 deletions

View File

@ -1,11 +1,3 @@
/* BetterDiscordApp Main JavaScript
* Author: Jiiks | http://jiiks.net
* Date: 27/08/2015 - 16:45
* https://github.com/Jiiks/BetterDiscordApp
*/
/**********************************************/
/* BetterDiscordApp Core JavaScript
* Version: 1.0
* Author: Jiiks | http://jiiks.net
@ -302,7 +294,7 @@ SettingsPanel.prototype.init = function() {
var son = "tc-switch-on";
var sof = "tc-switch-off";
if(cookie[value.id]) {
if(settingsCookie[value.id]) {
son = "tc-switch-on active";
}else {
sof = "tc-switch-off active";

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@ SettingsPanel.prototype.init = function() {
var son = "tc-switch-on";
var sof = "tc-switch-off";
if(cookie[value.id]) {
if(settingsCookie[value.id]) {
son = "tc-switch-on active";
}else {
sof = "tc-switch-off active";