Added "use strict"; to all the JavaScript files.

This commit is contained in:
2023-03-08 14:08:40 +08:00
parent 41c3e06ce4
commit b19f4fa939
10 changed files with 10 additions and 0 deletions

View File

@ -20,6 +20,7 @@
/* Author: imacat@mail.imacat.idv.tw (imacat)
* First written: 2023/2/6
*/
"use strict";
// Initializes the page JavaScript.
document.addEventListener("DOMContentLoaded", () => {