mirror of https://github.com/dirtbags/moth.git
Fix cycling
This commit is contained in:
parent
7aa23aadb5
commit
de5a53c226
|
@ -151,6 +151,9 @@ BEGIN {
|
||||||
print "window.onload = init;"
|
print "window.onload = init;"
|
||||||
print " </script>"
|
print " </script>"
|
||||||
|
|
||||||
|
# Reload every minute
|
||||||
|
print " <meta http-equiv=\"refresh\" content=\"60\">"
|
||||||
|
|
||||||
# Set up team colors and a few page-specific styles
|
# Set up team colors and a few page-specific styles
|
||||||
print " <style type=\"text/css\">"
|
print " <style type=\"text/css\">"
|
||||||
print " body { width: 100%; }"
|
print " body { width: 100%; }"
|
||||||
|
|
Loading…
Reference in New Issue