diff options
Diffstat (limited to 'web_src/js/features/stopwatch.js')
-rw-r--r-- | web_src/js/features/stopwatch.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/features/stopwatch.js b/web_src/js/features/stopwatch.js index e7e20e5212..2ec74344fc 100644 --- a/web_src/js/features/stopwatch.js +++ b/web_src/js/features/stopwatch.js @@ -75,7 +75,7 @@ export function initStopwatch() { type: 'close', }); worker.port.close(); - window.location.href = appSubUrl; + window.location.href = `${appSubUrl}/`; } else if (event.data.type === 'close') { worker.port.postMessage({ type: 'close', |