Skip to content

Commit 833f9ff

Browse files
committed
Revert "Merge pull request #154 from ember-learn/on-this-page-prefix"
This reverts commit 91c5602, reversing changes made to 00a281e.
1 parent 3241e3d commit 833f9ff

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

addon/components/on-this-page.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ul>
66
{{#each @toc as |toc|}}
77
<li>
8-
<a href="#{{this.headerPrefix}}{{toc.id}}">{{toc.text}}</a>
8+
<a href="#{{toc.id}}">{{toc.text}}</a>
99
</li>
1010
{{/each}}
1111
</ul>

addon/components/on-this-page.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)