diff options
author | emkael <emkael@tlen.pl> | 2018-01-28 15:56:22 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-01-28 15:56:22 +0100 |
commit | 87c809dce9396417683a908dd66440dce148f805 (patch) | |
tree | 67f51ab0e5ab8132ed1cd4fc7a5f45817c706625 | |
parent | 8ca5929a3bc8cdda9408860b4ff3b0ff5aa73275 (diff) |
Disabling auto-refreshing of all pages
-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 | ||||
-rw-r--r-- | eklasa.json | 2 |
7 files changed, 7 insertions, 7 deletions
@@ -2,7 +2,7 @@ "page": {
"title": "I liga N, play-off",
"logoh": "<span id=\"logo\"></span><script type=\"text/javascript\">loadIt('playoff_logo.html','logo');</script>",
- "refresh": 30,
+ "refresh": 0,
"width": 200,
"height": 80,
"margin": 60
@@ -2,7 +2,7 @@ "page": {
"title": "I liga S, play-off",
"logoh": "<span id=\"logo\"></span><script type=\"text/javascript\">loadIt('playoff_logo.html','logo');</script>",
- "refresh": 30,
+ "refresh": 0,
"width": 250,
"height": 70,
"margin": 60
@@ -2,7 +2,7 @@ "page": {
"title": "II liga NE, play-off",
"logoh": "<span id=\"logo\"></span><script type=\"text/javascript\">loadIt('playoff_logo.html','logo');</script>",
- "refresh": 30,
+ "refresh": 0,
"width": 250,
"height": 80,
"margin": 60
@@ -2,7 +2,7 @@ "page": {
"title": "II liga NW, play-off",
"logoh": "<span id=\"logo\"></span><script type=\"text/javascript\">loadIt('playoff_logo.html','logo');</script>",
- "refresh": 30,
+ "refresh": 0,
"width": 250,
"height": 80,
"margin": 60
@@ -2,7 +2,7 @@ "page": {
"title": "II liga SE, play-off",
"logoh": "<span id=\"logo\"></span><script type=\"text/javascript\">loadIt('playoff_logo.html','logo');</script>",
- "refresh": 30,
+ "refresh": 0,
"width": 250,
"height": 80,
"margin": 60
@@ -2,7 +2,7 @@ "page": {
"title": "II liga SW, play-off",
"logoh": "<span id=\"logo\"></span><script type=\"text/javascript\">loadIt('playoff_logo.html','logo');</script>",
- "refresh": 30,
+ "refresh": 0,
"width": 250,
"height": 80,
"margin": 60
diff --git a/eklasa.json b/eklasa.json index 187e176..0c19c14 100644 --- a/eklasa.json +++ b/eklasa.json @@ -2,7 +2,7 @@ "page": {
"title": "Polish Premier League, play-off",
"logoh": "<span id=\"logo\"></span><script type=\"text/javascript\">loadIt('playoff_logo.html','logo');</script>",
- "refresh": 30,
+ "refresh": 0,
"width": 300,
"height": 80,
"margin": 60
|