From f4c918d424b33496b32f9f2dfde104f89a578dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20S=C3=A4ume?= Date: Thu, 23 May 2024 14:14:09 +0000 Subject: [PATCH] fetch.user.js aktualisiert --- fetch.user.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fetch.user.js b/fetch.user.js index b7a5c31..db82a74 100644 --- a/fetch.user.js +++ b/fetch.user.js @@ -1,3 +1,5 @@ -export function hello(){ +function hello(){ console.log("hello"); -} \ No newline at end of file +} + +window.hello = hello; \ No newline at end of file