🧑‍💻 use strict types in js code

This commit is contained in:
DrMaxNix 2024-02-08 14:46:14 +01:00
parent faeedc0c1e
commit 6a35825f09
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
"use strict";
window.addEventListener("load", function(event){
// REGISTER ONCLICK HANDLERS //
// iterate over all copylink buttons

View File

@ -1,3 +1,5 @@
"use strict";
let newsletter_form;
let newsletter_input_mail_address;
let newsletter_input_language;