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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (-2 / +1 lines)
Lines 373-379 Link Here
373
        addPrefs({
373
        addPrefs({
374
            OPACBaseURL: "[% Koha.Preference('OPACBaseURL') | html %]",
374
            OPACBaseURL: "[% Koha.Preference('OPACBaseURL') | html %]",
375
        });
375
        });
376
        const msg_alert = "[% msg | html %]";
376
        const msg_alert = [% IF msg %][% msg | $raw %][% ELSE %]null[% END %];
377
    </script>
377
    </script>
378
    <script>
378
    <script>
379
        function StartUpload() {
379
        function StartUpload() {
380
- 

Return to bug 41580