Commit
·
f35bb26
1
Parent(s):
72f6a3f
Update templates/index.html
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
@@ -184,6 +184,7 @@
|
|
184 |
let oldUrl = "{{ url_for('static', filename='loading.gif') }}";
|
185 |
|
186 |
document.addEventListener("DOMContentLoaded", function() {
|
|
|
187 |
const feed = document.getElementById("feed");
|
188 |
feed.style.opacity = "0.5";
|
189 |
|
|
|
184 |
let oldUrl = "{{ url_for('static', filename='loading.gif') }}";
|
185 |
|
186 |
document.addEventListener("DOMContentLoaded", function() {
|
187 |
+
feed.src = oldUrl;
|
188 |
const feed = document.getElementById("feed");
|
189 |
feed.style.opacity = "0.5";
|
190 |
|