Revert "forgot atob"

This reverts commit df2c803ed0.
This commit is contained in:
Zack Rauen 2017-11-09 08:22:33 -05:00
parent df2c803ed0
commit 38f7997b24
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ Core.prototype.initSettings = function () {
this.saveSettings();
} else {
this.loadSettings();
$('<style id="customcss">').html(atob(window.bdStorage.get("bdcustomcss"))).appendTo(document.head);
$('<style id="customcss">').html(window.bdStorage.get("bdcustomcss")).appendTo(document.head);
for (var setting in defaultCookie) {
if (settingsCookie[setting] == undefined) {
settingsCookie[setting] = defaultCookie[setting];