| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2fe9509 commit 7ad629e
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ <h1>Node.js __VERSION__ Documentation</h1> | |||
| 27 | 27 | <div id="gtoc"> | |
| 28 | 28 | <ul> | |
| 29 | 29 | <li> | |
| 30 | - <a href="index.html" name="toc">Index</a> | ||
| 30 | + <a href="index.html">Index</a> | ||
| 31 | 31 | </li> | |
| 32 | 32 | <li> | |
| 33 | 33 | <a href="all.html">View on single page</a> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -49,7 +49,7 @@ for (const link of toc.match(/<a.*?>/g)) { | |||
| 49 | 49 | ||
| 50 | 50 | // Replace various mentions of index with all. | |
| 51 | 51 | let all = toc.replace(/index\.html/g, 'all.html') | |
| 52 | - .replace('<a href="all.html" name="toc">', '<a href="index.html" name="toc">') | ||
| 52 | + .replace('<a href="all.html">', '<a href="index.html">') | ||
| 53 | 53 | .replace('index.json', 'all.json') | |
| 54 | 54 | .replace('api-section-index', 'api-section-all') | |
| 55 | 55 | .replace('data-id="index"', 'data-id="all"') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments