Cleanup code style.
This commit is contained in:
		| @@ -65,5 +65,3 @@ probePage.open( inputFile, function( status ) { | ||||
|  | ||||
| 	} | ||||
| } ); | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -178,11 +178,11 @@ function Hilitor(id, tag) | ||||
| 			dom.wrapper.appendChild( searchElement ); | ||||
| 	} | ||||
|  | ||||
| 	document.getElementById("searchbutton").addEventListener( 'click', function(event) { | ||||
| 	document.getElementById( 'searchbutton' ).addEventListener( 'click', function(event) { | ||||
| 		doSearch(); | ||||
| 	}, false ); | ||||
|  | ||||
| 	document.getElementById("searchinput").addEventListener( 'keyup', function( event ) { | ||||
| 	document.getElementById( 'searchinput' ).addEventListener( 'keyup', function( event ) { | ||||
| 		switch (event.keyCode) { | ||||
| 			case 13: | ||||
| 				event.preventDefault(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user