mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 14:08:24 -04:00
Put timer back to 25 minutes
This commit is contained in:
@@ -51,7 +51,7 @@ window.GOVUK.Modules.TimeoutPopup = window.GOVUK.Modules.TimeoutPopup || {};
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (document.getElementById("timeLeft") !== null) {
|
if (document.getElementById("timeLeft") !== null) {
|
||||||
setTimeout(setSessionTimer, 60 * 1000);
|
setTimeout(setSessionTimer, 25 * 60 * 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
global.GOVUK.Modules.TimeoutPopup.checkTimer = checkTimer;
|
global.GOVUK.Modules.TimeoutPopup.checkTimer = checkTimer;
|
||||||
|
|||||||
Reference in New Issue
Block a user