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