Spaces:
Running
Running
Mattthew commited on
Commit ·
f17162e
1
Parent(s): 991afa6
v1, removing beta css class
Browse files
index.js
CHANGED
|
@@ -38,9 +38,9 @@ function updateFooter() {
|
|
| 38 |
let proto = window.location.protocol;
|
| 39 |
if (proto.startsWith('http')) {
|
| 40 |
var footer = document.getElementsByTagName('footer')[0];
|
| 41 |
-
footer.classList.add('special');
|
| 42 |
var el1 = document.createElement('span');
|
| 43 |
el1.textContent = '';
|
|
|
|
| 44 |
// footer.querySelectorAll('div')[0].prepend(el1);
|
| 45 |
}
|
| 46 |
}
|
|
|
|
| 38 |
let proto = window.location.protocol;
|
| 39 |
if (proto.startsWith('http')) {
|
| 40 |
var footer = document.getElementsByTagName('footer')[0];
|
|
|
|
| 41 |
var el1 = document.createElement('span');
|
| 42 |
el1.textContent = '';
|
| 43 |
+
// footer.classList.add('special');
|
| 44 |
// footer.querySelectorAll('div')[0].prepend(el1);
|
| 45 |
}
|
| 46 |
}
|