Browse Source

Can't update a constant

hkremer/rebranding
Gregory Rudolph 3 years ago
parent
commit
33a3270a49
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 2
      static/app.js

2
static/app.js

@ -7,7 +7,7 @@ const btn = document.getElementById("myBtn"); @@ -7,7 +7,7 @@ const btn = document.getElementById("myBtn");
// Get the <span> element that closes the modal
const span = document.getElementsByClassName("close")[0];
const mode = new URLSearchParams(window.location.search).get("mode");
var mode = new URLSearchParams(window.location.search).get("mode");
const archiveLink = document.querySelector("#archive-link")
const pendingLink = document.querySelector("#pending-link")

Loading…
Cancel
Save