提交 42d49469 编写于 作者: J James Baicoianu

Use #anchor link instead of direct link to file

上级 169989db
......@@ -554,7 +554,7 @@
var link = document.createElement( 'a' );
link.className = 'link';
link.textContent = name;
link.href = file + '.html';
link.href = "#" + file;
link.addEventListener( 'click', function (ev) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册