]> git.sesse.net Git - ultimatescore/blobdiff - quickl3.js
Make the borders a bit sleeker.
[ultimatescore] / 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);
        }
 }