use strict
This commit is contained in:
parent
a1a0ca11ef
commit
31de5b507a
3 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
"use strict";
|
||||
const error = document.getElementById("error");
|
||||
const errorCode = document.getElementById("error-code");
|
||||
const registerButton = document.getElementById("register-sw");
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use strict";
|
||||
const form = document.getElementById("uv-form");
|
||||
const input = document.getElementById("uv-address");
|
||||
const error = document.getElementById("error");
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use strict";
|
||||
/**
|
||||
* Global util
|
||||
* Used in 404.html and index.html
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue