Browse Source

Docs: Fixed three.js title link not working.
@spite do you remember why was this there?

Mr.doob 10 years ago
parent
commit
c98018ded6
1 changed files with 0 additions and 5 deletions
  1. 0 5
      docs/index.html

+ 0 - 5
docs/index.html

@@ -214,11 +214,6 @@
 			var filterInput = document.getElementById( 'filterInput' );
 			//filterInput.focus();
 
-			panel.addEventListener( 'click', function( e ) {
-				//filterInput.focus();
-				e.preventDefault();
-			} );
-
 			document.getElementById( 'expandButton' ).addEventListener( 'click', function( e ) {
 				panel.classList.toggle( 'collapsed' );
 				if( !panel.classList.contains( 'collapsed' ) ) {