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

(-)a/koha-tmpl/intranet-tmpl/prog/en/js/pages/preferences.js (-2 / +1 lines)
Lines 108-114 $( document ).ready( function () { Link Here
108
        var words = to_highlight.split( ' ' );
108
        var words = to_highlight.split( ' ' );
109
        $( '.prefs-tab table' ).find( 'td, th' ).not( '.name-cell' ).each( function ( i, td ) {
109
        $( '.prefs-tab table' ).find( 'td, th' ).not( '.name-cell' ).each( function ( i, td ) {
110
            $.each( words, function ( i, word ) { $( td ).highlight( word ) } );
110
            $.each( words, function ( i, word ) { $( td ).highlight( word ) } );
111
        } ).find( 'option' ).removeHighlight();
111
        } ).find( 'option, textarea' ).removeHighlight();
112
    }
112
    }
113
113
114
    if ( search_jumped ) {
114
    if ( search_jumped ) {
115
- 

Return to bug 8401