Temporarily added dataOnClick() when initializing the page (watch.js)

This commit is contained in:
IgorA100
2024-06-11 21:18:47 +03:00
committed by GitHub
parent f40cf5866e
commit add8eb4be3

View File

@@ -1198,6 +1198,7 @@ function initPage() {
if (currentMonitor) {
applyMonitorControllable(currentMonitor);
}
dataOnClick();
} // initPage
function watchFullscreen() {