@@ -, +, @@ preference causes loss of data --- .../intranet-tmpl/prog/en/js/pages/preferences.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/js/pages/preferences.js +++ a/koha-tmpl/intranet-tmpl/prog/en/js/pages/preferences.js @@ -108,7 +108,7 @@ $( document ).ready( function () { var words = to_highlight.split( ' ' ); $( '.prefs-tab table' ).find( 'td, th' ).not( '.name-cell' ).each( function ( i, td ) { $.each( words, function ( i, word ) { $( td ).highlight( word ) } ); - } ).find( 'option' ).removeHighlight(); + } ).find( 'option, textarea' ).removeHighlight(); } if ( search_jumped ) { --