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

View file

@ -141,6 +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]);
} }
function nextScreen() { function nextScreen() {