Functionality for session timer display

This commit is contained in:
Andrew Shumway
2023-09-07 08:38:41 -06:00
parent 9d16738c83
commit 8712d7d822
3 changed files with 49 additions and 9 deletions

View File

@@ -127,6 +127,7 @@ const javascripts = () => {
paths.src + 'javascripts/updateStatus.js',
paths.src + 'javascripts/errorBanner.js',
paths.src + 'javascripts/homepage.js',
paths.src + 'javascripts/timeoutPopup.js',
paths.src + 'javascripts/main.js',
])
.pipe(plugins.prettyerror())