From 680fac1ed112f07f1d7c1c1ed94e61eac6b90b6f Mon Sep 17 00:00:00 2001 From: archos Date: Fri, 26 Jul 2024 20:36:01 +0200 Subject: [PATCH] =?UTF-8?q?p=C5=99id=C3=A1n=20skript=20main.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/main.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/main.js diff --git a/scripts/main.js b/scripts/main.js new file mode 100644 index 0000000..8a88de8 --- /dev/null +++ b/scripts/main.js @@ -0,0 +1,4 @@ +// Main JavaScript file for MXChat web page +document.addEventListener('DOMContentLoaded', function () { + console.log('MXChat web page loaded'); +});