Update js/main.js

This commit is contained in:
Kendell R 2020-10-21 10:25:32 -07:00 committed by Thomas Lovén
parent 17a69b1465
commit 21cc6bafb0

View File

@ -358,7 +358,7 @@ class BrowserMod {
this._motionTimeout = setTimeout(() => {
this._fullyMotion = false;
this.update();
}, 500);
}, 5000);
this.update();
}