Skip to content

Commit

Permalink
Merge pull request #2948 from jeedom/alpha
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
zoic21 authored Oct 21, 2024
2 parents 723e300 + e59ea19 commit c57c097
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 @@ -36,7 +36,7 @@ if (!jeeFrontEnd.connection) {
goToIndex: function() {
jeeFrontEnd.connection.animateCss(document.querySelector('.veen'), 'bounceOut', function() {
if(document.querySelectorAll('.veen').length > 0){
document.querySelectorAll('.veen')?.hide()
document.querySelectorAll('.veen').hide()
}
window.location.href = 'index.php?v=d'
})
Expand Down

0 comments on commit c57c097

Please sign in to comment.