View | Details | Raw Unified | Return to bug 37911
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-2 / +1 lines)
Lines 348-354 Link Here
348
            });
348
            });
349
349
350
            setTimeout(() => {
350
            setTimeout(() => {
351
                document.getElementById("hello-islands").dataset.props = JSON.stringify({ message: "This is a delayed message! Props (data-props) reflect." });
351
                document.getElementById("hello-islands").dataset.props = JSON.stringify({ message: "This is a delayed message! Changes to data-props currently unfortunately reset the internal state." });
352
            }, 2000);
352
            }, 2000);
353
        });
353
        });
354
    </script>
354
    </script>
355
- 

Return to bug 37911