BraydenMoore commited on
Commit
d946b3d
1 Parent(s): 90e1591

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -259,8 +259,8 @@
259
  const infoText = document.getElementById("info-text");
260
  infoText.style.opacity = "0";
261
 
262
- const locationName = document.getElementById("location-name");
263
- locationName.textContent = "{{ name }}";
264
 
265
  const newUrl = "{{ url }}";
266
 
 
259
  const infoText = document.getElementById("info-text");
260
  infoText.style.opacity = "0";
261
 
262
+ //const locationName = document.getElementById("location-name");
263
+ //locationName.textContent = "{{ name }}";
264
 
265
  const newUrl = "{{ url }}";
266