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