Skip to content

Commit

Permalink
Fix connection
Browse files Browse the repository at this point in the history
hide() to unseen()
  • Loading branch information
Salvialf authored Jan 3, 2025
1 parent a309bd7 commit c485bd2
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').hide()
document.querySelectorAll('.veen').unseen()
window.location.href = 'index.php?v=d'
})
},
Expand Down

0 comments on commit c485bd2

Please sign in to comment.