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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-2 / +1 lines)
Lines 280-286 Link Here
280
            });
280
            });
281
        });
281
        });
282
        // This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw
282
        // This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw
283
        var to_highlight = "[% To.json( searchfield ) | $raw %]";
283
        var to_highlight = "[% To.json( searchfield ) | html %]";
284
        var search_jumped = [% IF ( search_jumped ) %]true[% ELSE %]false[% END %];
284
        var search_jumped = [% IF ( search_jumped ) %]true[% ELSE %]false[% END %];
285
    </script>
285
    </script>
286
    [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
286
    [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
287
- 

Return to bug 26102