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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc (-2 / +1 lines)
Lines 337-343 Link Here
337
        [% END %]
337
        [% END %]
338
    </tbody>
338
    </tbody>
339
</table>
339
</table>
340
<script>
340
<script nonce="[% Koha.CSPNonce | $raw %]">
341
    document.addEventListener("DOMContentLoaded", function () {
341
    document.addEventListener("DOMContentLoaded", function () {
342
        const selectElement = document.querySelector('select[name="2-DAYS"]');
342
        const selectElement = document.querySelector('select[name="2-DAYS"]');
343
343
344
- 

Return to bug 38365