Commit
·
11158d5
1
Parent(s):
bfb2429
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -215,7 +215,7 @@
|
|
215 |
old = newUrl;
|
216 |
feed.src = this.src;
|
217 |
feed.width = "100%";
|
218 |
-
feed.height = "
|
219 |
feed.style.opacity = "1";
|
220 |
setTimeout(refreshImage, 1000);
|
221 |
country.textContent = "{{ country }}"
|
|
|
215 |
old = newUrl;
|
216 |
feed.src = this.src;
|
217 |
feed.width = "100%";
|
218 |
+
feed.height = "100%";
|
219 |
feed.style.opacity = "1";
|
220 |
setTimeout(refreshImage, 1000);
|
221 |
country.textContent = "{{ country }}"
|