Skip to content

Commit

Permalink
remove background for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Till Diebelt committed May 23, 2024
1 parent 9b90281 commit c3c7607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ document.addEventListener('DOMContentLoaded', () => {
}
else{
//default background
bodyElement.style.backgroundImage = "url('assets/backgrounds/default.png')";
;//bodyElement.style.backgroundImage = "url('assets/backgrounds/default.png')";
}
}

Expand Down

0 comments on commit c3c7607

Please sign in to comment.