浏览代码

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

Mr.doob 13 年之前
父节点
当前提交
e0cb3215cf
共有 1 个文件被更改,包括 2 次插入2 次删除
  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",