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() {