Spaces:
Running
Running
Commit
·
3c76c1a
1
Parent(s):
967f286
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -104,7 +104,7 @@
|
|
104 |
<script>
|
105 |
document.addEventListener("DOMContentLoaded", function() {
|
106 |
const feed = document.getElementById("feed");
|
107 |
-
feed.src = "
|
108 |
setTimeout(function() {
|
109 |
const newUrl = "{{ url }}";
|
110 |
feed.src = newUrl;
|
|
|
104 |
<script>
|
105 |
document.addEventListener("DOMContentLoaded", function() {
|
106 |
const feed = document.getElementById("feed");
|
107 |
+
feed.src = "{{ url_for('static', filename='loading.gif') }}"
|
108 |
setTimeout(function() {
|
109 |
const newUrl = "{{ url }}";
|
110 |
feed.src = newUrl;
|