This commit is contained in:
cuboided 2021-03-10 00:32:24 +01:00 committed by GitHub
commit 02636f46d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
function äreFredag() {
(function {
var date = new Date();
var element;
@ -12,6 +12,4 @@ function äreFredag() {
}
return document.body.insertAdjacentElement("afterbegin",element);
}
äreFredag();
})();