Skip to content

Commit

Permalink
Update functions.js to remove restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilce authored Aug 8, 2024
1 parent dde5a54 commit 0a039a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ function Programme_AppRelease(){
document.querySelector('.grid').innerHTML = wk1 + wk2 + wk3 + wk4 + wk5 + wk6 + wk7;
}
else{
//document.querySelector('.grid').innerHTML = wk1 + wk2 + wk3 + wk4 + wk5 + wk6 + wk7 + wk8;
document.querySelector('.grid').innerHTML = wk1 + wk3 + wk5;
document.querySelector('.grid').innerHTML = wk1 + wk2 + wk3 + wk4 + wk5 + wk6 + wk7 + wk8;
}
}

Expand Down

0 comments on commit 0a039a9

Please sign in to comment.