Skip to content

Commit

Permalink
hide() to unseen()
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvialf authored Oct 21, 2024
1 parent f0102cd commit 1d137f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/js/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (!jeeFrontEnd.connection) {
},
goToIndex: function() {
jeeFrontEnd.connection.animateCss(document.querySelector('.veen'), 'bounceOut', function() {
document.querySelectorAll('.veen')?.style.display='none';
document.querySelectorAll('.veen').unseen()
window.location.href = 'index.php?v=d'
})
},
Expand Down

0 comments on commit 1d137f0

Please sign in to comment.