From ca28b6b450bd79830a6d9d15e4c6fe367bef8f19 Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Thu, 12 Sep 2024 21:16:45 +0200 Subject: [PATCH] Bug 37911: (follow-up) Correct wishful thinking in displayed comment about changes to data-props Signed-off-by: Matt Blenkinsop --- koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt index 0ef4b492172..eb39d0f626e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -317,7 +317,7 @@ }); setTimeout(() => { - document.getElementById("hello-islands").dataset.props = JSON.stringify({ message: 'This is a delayed message! Props (data-props) reflect.' }); + document.getElementById("hello-islands").dataset.props = JSON.stringify({ message: 'This is a delayed message! Changes to data-props currently unfortunately reset the internal state.' }); }, 2000); }); -- 2.39.3 (Apple Git-146)