Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
solth authored Jan 27, 2025
1 parent f0dcee8 commit a2ddc4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(document).ready(function() {
});

window.updateLogoutCountdown = function(t) {
let growlMessage = $('#sticky-notifications_container div.ui-growl-message p')
let growlMessage = $('#sticky-notifications_container div.ui-growl-message p');
let currentTime;
let minutes = Math.floor(t.current / 60);
let seconds = t.current % 60;
Expand Down

0 comments on commit a2ddc4a

Please sign in to comment.