From c2e98f56a627ce6099c7b891d720b998b770b99b Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Thu, 19 Nov 2020 18:06:04 +0900 Subject: [PATCH] z --- public/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.js b/public/index.js index 81a5722..177a7b6 100644 --- a/public/index.js +++ b/public/index.js @@ -141,7 +141,7 @@ $(document).ready(function() { } //set background colors $('body').css('background-color', screen_bgcolors[idx]); - console.log(screen_bgcolors[idx]); + console.log(screen_bgcolors); } function nextScreen() {