Changeset 1555
- Timestamp:
- 05/07/2015 10:57:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates/locales.php
r1554 r1555 64 64 $rows.hide(); 65 65 $rows.filter( function( i, v ) { 66 $t = $(this).find( '.name' );66 var $t = $(this).find( '.name' ); 67 67 for ( var d = 0; d < words.length; ++d ) { 68 68 if ( $t.text().toLowerCase().indexOf( words[d] ) != -1 ) {
Note: See TracChangeset
for help on using the changeset viewer.