]> git.sesse.net Git - ultimatescore/commitdiff
Make calls also time out, although a bit slower.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 25 Oct 2017 22:47:53 +0000 (00:47 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 25 Oct 2017 22:47:53 +0000 (00:47 +0200)
quickl3.js

index 3fde4499600f771376351a57a76bed2892786630..79cc7bf0616ddd1a398c5ae6410b524153518c41 100644 (file)
@@ -64,6 +64,8 @@ function quicklowerthird()
 
        if (state['code'].match(/^C/) === null) {
                setTimeout(function() { hidelowerthird(); }, 4000);
+       } else {
+               setTimeout(function() { hidelowerthird(); }, 6000);
        }
 }