use strict

This commit is contained in:
David Reed 2022-11-19 18:03:39 -05:00
parent a1a0ca11ef
commit 31de5b507a
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F
3 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
"use strict";
const error = document.getElementById("error");
const errorCode = document.getElementById("error-code");
const registerButton = document.getElementById("register-sw");

View file

@ -1,3 +1,4 @@
"use strict";
const form = document.getElementById("uv-form");
const input = document.getElementById("uv-address");
const error = document.getElementById("error");

View file

@ -1,3 +1,4 @@
"use strict";
/**
* Global util
* Used in 404.html and index.html