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 266-272 Link Here
266
            });
266
            });
267
        });
267
        });
268
        // This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw
268
        // This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw
269
        var to_highlight = "[% To.json( searchfield ) | $raw %]";
269
        var to_highlight = "[% To.json( searchfield ) | html %]";
270
        var search_jumped = [% IF ( search_jumped ) %]true[% ELSE %]false[% END %];
270
        var search_jumped = [% IF ( search_jumped ) %]true[% ELSE %]false[% END %];
271
    </script>
271
    </script>
272
    [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
272
    [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
273
- 

Return to bug 26102