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 317-323 Link Here
317
            });
317
            });
318
318
319
            setTimeout(() => {
319
            setTimeout(() => {
320
                document.getElementById("hello-islands").dataset.props = JSON.stringify({ message: 'This is a delayed message! Props (data-props) reflect.' });
320
                document.getElementById("hello-islands").dataset.props = JSON.stringify({ message: 'This is a delayed message! Changes to data-props currently unfortunately reset the internal state.' });
321
            }, 2000);
321
            }, 2000);
322
        });
322
        });
323
    </script>
323
    </script>
324
- 

Return to bug 37911