/* BetterDiscordApp Settings Panel JavaScript * Version: 1.1 * Author: Jiiks | http://jiiks.net * Date: 26/08/2015 - 11:54 * Last Update: 26/08/2015 - 19:38 * https://github.com/Jiiks/BetterDiscordApp */ function SettingsPanel() { } SettingsPanel.prototype.getPanel = function() { return this.tcSettingsPanel; } SettingsPanel.prototype.init = function() { var self = this; this.tcSettingsPanel = $("
", { id: "tc-settings-panel" }); this.getPanel().append($("
", { id: "tc-settings-panel-header" }).append($("

", { text: "BetterDiscord - Settings" })).append($("", { id: "tc-settings-close", text: "X", style:"cursor:pointer;" }))); var settingsList = $("