Explorar o código

Use #anchor link instead of direct link to file

James Baicoianu %!s(int64=10) %!d(string=hai) anos
pai
achega
42d4946928
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/index.html

+ 1 - 1
examples/index.html

@@ -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) {
 

粤ICP备19079148号