From 027079cac60d1f0fdcf0e4c2c7c0091462a2a65e Mon Sep 17 00:00:00 2001 From: Eric <eric.werner.mail@gmail.com> Date: Tue, 27 Oct 2020 15:32:43 +0100 Subject: [PATCH] bare bone fiona 2 --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 98d54ef..e228aee 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,3 @@ -document.addEventListener('DOMContentLoaded', (event) => { - console.log("document loaded, js executed"); -}) \ No newline at end of file +window.document.onload = function(e){ + console.log("document.onload: check!"); +} \ No newline at end of file -- GitLab