diff options
author | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-02-23 23:23:38 +0100 |
---|---|---|
committer | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-02-23 23:23:38 +0100 |
commit | acc917156b00de8f6ba24c4664ff213a0d2d2fe3 (patch) | |
tree | 4e8f5c2ce01b40b34bb2ef78f247334e4314ce47 | |
parent | e0df96e4b5dd6a6d0255d8b35a7ca54fb535fc69 (diff) |
enable refresh
-rw-r--r-- | 1n.json | 2 | ||||
-rw-r--r-- | 1s.json | 2 | ||||
-rw-r--r-- | 2ne.json | 2 | ||||
-rw-r--r-- | 2nw.json | 2 | ||||
-rw-r--r-- | 2se.json | 2 | ||||
-rw-r--r-- | 2sw.json | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -3,7 +3,7 @@ "page": {
"title": "I liga N, play-off",
"logoh": "<span id=\"logo\"></span><script type=\"text/javascript\">loadIt('playoff_logo.html','logo');</script>",
- "refresh": 0,
+ "refresh": 30,
"width": 200,
"height": 80,
"margin": 60
@@ -3,7 +3,7 @@ "page": {
"title": "I liga S, play-off",
"logoh": "<span id=\"logo\"></span><script type=\"text/javascript\">loadIt('playoff_logo.html','logo');</script>",
- "refresh": 0,
+ "refresh": 30,
"width": 250,
"height": 70,
"margin": 60
@@ -3,7 +3,7 @@ "page": {
"title": "II liga NE, play-off",
"logoh": "<span id=\"logo\"></span><script type=\"text/javascript\">loadIt('playoff_logo.html','logo');</script>",
- "refresh": 0,
+ "refresh": 30,
"width": 250,
"height": 80,
"margin": 60
@@ -3,7 +3,7 @@ "page": {
"title": "II liga NW, play-off",
"logoh": "<span id=\"logo\"></span><script type=\"text/javascript\">loadIt('playoff_logo.html','logo');</script>",
- "refresh": 0,
+ "refresh": 30,
"width": 250,
"height": 80,
"margin": 60
@@ -3,7 +3,7 @@ "page": {
"title": "II liga SE, play-off",
"logoh": "<span id=\"logo\"></span><script type=\"text/javascript\">loadIt('playoff_logo.html','logo');</script>",
- "refresh": 0,
+ "refresh": 30,
"width": 300,
"height": 80,
"margin": 60
@@ -3,7 +3,7 @@ "page": {
"title": "II liga SW, play-off",
"logoh": "<span id=\"logo\"></span><script type=\"text/javascript\">loadIt('playoff_logo.html','logo');</script>",
- "refresh": 0,
+ "refresh": 30,
"width": 250,
"height": 80,
"margin": 60
|