Settings angepasst

This commit is contained in:
silas
2018-09-30 18:05:41 +02:00
parent ac32aa83dd
commit 4b6e965e68
17 changed files with 91 additions and 361 deletions

View File

@@ -4200,7 +4200,7 @@ function applyPolyfills() {
//Fallback
setTimeout(() => {
resolve(false);
}, time*1000);
}, (time+delay)*1000);
//Nach Seitenneuzeichnen, damit chrome das immer macht (und FF auch)
requestAnimationFrame(function () {