diff --git a/Kitodo/src/main/webapp/WEB-INF/resources/js/defaultScript.js b/Kitodo/src/main/webapp/WEB-INF/resources/js/defaultScript.js index c7b64203ab2..2708b4951fb 100644 --- a/Kitodo/src/main/webapp/WEB-INF/resources/js/defaultScript.js +++ b/Kitodo/src/main/webapp/WEB-INF/resources/js/defaultScript.js @@ -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;