Bugzilla – Attachment #183292: Bug 40150: Set up a duplicate call to hydrate() for
bug #40150
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 40150
Collapse All
|
Expand All
(-)
a/koha-tmpl/intranet-tmpl/prog/en/includes/main-container.inc (-1 / +1 lines)
Lines 88-91
Link Here
88
<script type="module">
88
<script type="module">
89
import { hydrate } from "[% islands | $raw %]";
89
import { hydrate } from "[% islands | $raw %]";
90
hydrate();
90
hydrate();
91
hydrate();
91
</script>
92
</script>
92
-
Return to
bug 40150