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 error = document.getElementById("error");
|
||||||
const errorCode = document.getElementById("error-code");
|
const errorCode = document.getElementById("error-code");
|
||||||
const registerButton = document.getElementById("register-sw");
|
const registerButton = document.getElementById("register-sw");
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
"use strict";
|
||||||
const form = document.getElementById("uv-form");
|
const form = document.getElementById("uv-form");
|
||||||
const input = document.getElementById("uv-address");
|
const input = document.getElementById("uv-address");
|
||||||
const error = document.getElementById("error");
|
const error = document.getElementById("error");
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
"use strict";
|
||||||
/**
|
/**
|
||||||
* Global util
|
* Global util
|
||||||
* Used in 404.html and index.html
|
* Used in 404.html and index.html
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue