Fixed array index
This commit is contained in:
parent
0c442e459e
commit
09e95cc33f
@ -7,19 +7,19 @@ $(document).ready(function() {
|
||||
UpdateSwatch(S);
|
||||
|
||||
switch (parseInt(f.linked.id.slice(-1))) {
|
||||
case 1: default:
|
||||
case 0: default:
|
||||
$('body').css({'background-color':C});
|
||||
break;
|
||||
case 2:
|
||||
case 1:
|
||||
$('#content').css({'background-color':C});
|
||||
break;
|
||||
case 3:
|
||||
case 2:
|
||||
$('#aside_primary').css({'background-color':C});
|
||||
break;
|
||||
case 4:
|
||||
case 3:
|
||||
$('body').css({'color':C});
|
||||
break;
|
||||
case 5:
|
||||
case 4:
|
||||
$('a').css({'color':C});
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user