Browse Source

Meh. Github was shows a 404 if the user isn't signed in.

Mr.doob 13 years ago
parent
commit
e0cb3215cf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/index.html

+ 2 - 2
docs/index.html

@@ -128,9 +128,9 @@
 
 			button.addEventListener( 'click', function ( event ) {
 
-				window.open( 'https://github.com/mrdoob/three.js/edit/dev/docs/api/' + path + '.html' );
+				window.open( 'https://github.com/mrdoob/three.js/blob/dev/docs/api/' + path + '.html' );
 
-			} );
+			}, false );
 
 			var pages = {
 				"Integer": "Integer",