This commit is contained in:
Dooho Yi 2020-11-19 18:07:01 +09:00
parent c2e98f56a6
commit 9b2af79e8c

View file

@ -142,6 +142,8 @@ $(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); console.log(screen_bgcolors);
console.log(idx);
console.log(screen_bgcolors[idx]);
} }
function nextScreen() { function nextScreen() {