Skip to content

Commit

Permalink
removed spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Pranshul <[email protected]>
  • Loading branch information
PranshulGG authored Nov 25, 2024
1 parent b92d2be commit 545cb66
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/src/main/assets/app/navigate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@




window.transitionToPage = function(href) {

document.querySelector('body').style.opacity = '0';
Expand All @@ -15,10 +11,6 @@ window.transitionToPage = function(href) {
}






document.addEventListener('DOMContentLoaded', function(event) {

document.querySelector('body').style.opacity = '1';
Expand Down

0 comments on commit 545cb66

Please sign in to comment.