This commit is contained in:
Matt Walsh
2022-12-08 15:05:51 -06:00
parent d0382e0de1
commit 5edf5cc947
3 changed files with 8 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ let AutoRefreshCountMs = 0;
const init = async () => {
// set up resize handler
window.addEventListener('resize', resize);
resize();
// auto refresh
const TwcAutoRefresh = localStorage.getItem('TwcAutoRefresh');