https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42094

David Cook <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from David Cook <[email protected]> ---
I quite like the Mozilla dev guide model you mention in the 2026 Overview you
presented at Hackfest, Jonathan.

<script id="data" type="application/json">
    [% To.json(data) | $raw %]; // Or [% data | json %]
</script>

<script>
    const userInfo = JSON.parse(document.getElementById("data").text);
</script>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to