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