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

Return to bug 37911