From c93585ef70e5441070cedb88c5298ae7572e5727 Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Thu, 25 Aug 2022 23:59:33 +0200 Subject: [PATCH] Title is now modified instead of logged --- snippets/pyscript-jsproxy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/pyscript-jsproxy.html b/snippets/pyscript-jsproxy.html index 9fa5873..55ffb07 100644 --- a/snippets/pyscript-jsproxy.html +++ b/snippets/pyscript-jsproxy.html @@ -1,5 +1,5 @@ import js - console.log(document.title) + document.title = "Hallo Welt!"