Fix TimerHideShow not being defined.

pull/4066/head
Isaac Connor 2024-06-03 09:14:54 -04:00
parent 6e9c69300b
commit a5a015d502
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ var changedMonitors = []; //Monitor IDs that were changed in the DOM
var scrollBbarExists = null;
var movableMonitorData = []; //Monitor data (id, width, stop (true - stop moving))
var TimerHideShow = null;
const presetRatio = new Map([
['auto', ''],