.
This commit is contained in:
parent
c2e98f56a6
commit
9b2af79e8c
1 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,8 @@ $(document).ready(function() {
|
||||||
//set background colors
|
//set background colors
|
||||||
$('body').css('background-color', screen_bgcolors[idx]);
|
$('body').css('background-color', screen_bgcolors[idx]);
|
||||||
console.log(screen_bgcolors);
|
console.log(screen_bgcolors);
|
||||||
|
console.log(idx);
|
||||||
|
console.log(screen_bgcolors[idx]);
|
||||||
}
|
}
|
||||||
|
|
||||||
function nextScreen() {
|
function nextScreen() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue