X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=app%2Fauthsystem.js;h=92e3772ad13bdc6723026c21eae000621c616915;hp=6ab6a14e9564e34ea772dd9030ec1886b096de78;hb=c80595d16281ccdfb16bd370e165bb86e759e96c;hpb=74b24877f2b3e75aa00e7788b4ed23209e81991d diff --git a/app/authsystem.js b/app/authsystem.js index 6ab6a14..92e3772 100644 --- a/app/authsystem.js +++ b/app/authsystem.js @@ -4,7 +4,7 @@ // Call initElements at the earliest possible stage after parsing the document. if (window.addEventListener) { window.addEventListener("DOMContentLoaded", initElements, false); } -else { window.onload = initElements(); } +else { window.onload = initElements; } function initElements() { var jsWarning = document.getElementById("jswarning");