From 15293c4cdd304c26014f3c098f952e6c16d9b1da Mon Sep 17 00:00:00 2001 From: koha Date: Thu, 17 Jan 2013 13:50:23 -0500 Subject: [PATCH] message about changes --- .../intranet-tmpl/prog/en/js/pages/preferences.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/pages/preferences.js b/koha-tmpl/intranet-tmpl/prog/en/js/pages/preferences.js index 80b0fc6..4d793a1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/js/pages/preferences.js +++ b/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 ) { -- 1.7.2.5