forked from Botanical/BotanJS
		
	Match all
This commit is contained in:
		@@ -349,7 +349,7 @@
 | 
				
			|||||||
					{
 | 
										{
 | 
				
			||||||
						var Cand = IDOMElement( c[i] );
 | 
											var Cand = IDOMElement( c[i] );
 | 
				
			||||||
						var t = Cand.getDAttribute( "key" );
 | 
											var t = Cand.getDAttribute( "key" );
 | 
				
			||||||
						Cand.style.display = t.match( new RegExp( "^" + keyword, "i" ) ) ? "" : "none";
 | 
											Cand.style.display = t.match( new RegExp( keyword, "i" ) ) ? "" : "none";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
						// Highlight the exact match
 | 
											// Highlight the exact match
 | 
				
			||||||
						if( t.match( new RegExp( "^" + keyword + "$", "i" ) ) )
 | 
											if( t.match( new RegExp( "^" + keyword + "$", "i" ) ) )
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user