This commit is contained in:
Dooho Yi 2020-11-19 18:06:04 +09:00
parent 30b042f1ee
commit c2e98f56a6

View file

@ -141,7 +141,7 @@ $(document).ready(function() {
} }
//set background colors //set background colors
$('body').css('background-color', screen_bgcolors[idx]); $('body').css('background-color', screen_bgcolors[idx]);
console.log(screen_bgcolors[idx]); console.log(screen_bgcolors);
} }
function nextScreen() { function nextScreen() {