Fix cycling

This commit is contained in:
Neale Pickett 2010-09-09 17:08:57 -06:00
parent 7aa23aadb5
commit de5a53c226
1 changed files with 3 additions and 0 deletions

View File

@ -151,6 +151,9 @@ BEGIN {
print "window.onload = init;"
print " </script>"
# Reload every minute
print " <meta http-equiv=\"refresh\" content=\"60\">"
# Set up team colors and a few page-specific styles
print " <style type=\"text/css\">"
print " body { width: 100%; }"