Skip to content

Commit 4da3432

Browse files
authored
bugfix to the previous bugfix
1 parent 4155b87 commit 4da3432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ function showMessage (content, closeMessage) {
472472
colorTheme = 'Default';
473473
}
474474
if (colorTheme === 'Custom') {
475-
colorThemes.Custom = getCookie('customColorTheme');
475+
colorThemes.Custom = JSON.parse(getCookie('customColorTheme'));
476476
}
477477
var color = colorThemes[colorTheme].textbg;
478478
var textColor = colorThemes[colorTheme].text;

0 commit comments

Comments
 (0)