From 9b2af79e8c5ad18aba06822740696a356a802c03 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Thu, 19 Nov 2020 18:07:01 +0900 Subject: [PATCH] . --- public/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/index.js b/public/index.js index 177a7b6..235c07a 100644 --- a/public/index.js +++ b/public/index.js @@ -142,6 +142,8 @@ $(document).ready(function() { //set background colors $('body').css('background-color', screen_bgcolors[idx]); console.log(screen_bgcolors); + console.log(idx); + console.log(screen_bgcolors[idx]); } function nextScreen() {