Changeset 2522
- Timestamp:
- 02/18/2016 09:50:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/js/rosetta-roles.js
r2237 r2522 143 143 // Find results 144 144 this.each( function( project ) { 145 var haystack = _.union( project.get( 'name' ), project.get( 'slug' ));145 var haystack = _.union( [ project.get( 'name' ), project.get( 'slug' ) ] ); 146 146 project.set( 'isVisible', match.test( haystack ) ); 147 147 });
Note: See TracChangeset
for help on using the changeset viewer.