Merge branch 'bug_8401' into 3.12-master
This commit is contained in:
commit
02c7bec65c
3 changed files with 4 additions and 2 deletions
|
@ -651,3 +651,4 @@ December 22 2012 Koha 3.8.8 released releases
|
|||
December 27 2012 Koha 3.6.11 released releases
|
||||
January 17 2013 Hugh Davenport becomes the 199th developer to have a patch pushed
|
||||
January 17 2013 Corey Fuimaono becomes the 200th developer to have a patch pushed
|
||||
January 17 2013 Fred Pierre becomes the 201st developer to have a patch pushed
|
||||
|
|
|
@ -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 ) {
|
||||
|
|
|
@ -302,8 +302,9 @@
|
|||
<li>H. Passini</li>
|
||||
<li>Dobrica Pavlinusic</li>
|
||||
<li>Maxime Pelletier</li>
|
||||
<li>Polytechnic University</li>
|
||||
<li>Shari Perkins</li>
|
||||
<li>Fred Pierre</li>
|
||||
<li>Polytechnic University</li>
|
||||
<li>Romina Racca</li>
|
||||
<li><a href="https://www.ohloh.net/p/koha/contributors/6620692116417">MJ Ray</a></li>
|
||||
<li>Liz Rea</li>
|
||||
|
|
Loading…
Reference in a new issue