Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: client/web/method.html

Issue 149573008: Factor out the anchor prefix to easily allow switching to #! (Closed) Base URL: https://github.com/dart-lang/dartdoc-viewer.git@master
Patch Set: Accept the basic form (#) but allow the ajax form Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/web/method.html
diff --git a/client/web/method.html b/client/web/method.html
index bb0abfb16ea62402ff015324344429ecb05a1246..19c031e096a2b4f95a60a1d553cb34074cfe1fe8 100644
--- a/client/web/method.html
+++ b/client/web/method.html
@@ -59,7 +59,7 @@
<template if="{{isNotConstructor}}">
<dartdoc-type type="{{item.type}}"></dartdoc-type>
</template>
- <b><a id="{{idName}}" href="#{{item.anchorHref}}">
+ <b><a id="{{idName}}" href="{{item.prefixedAnchorHref}}">
{{item.decoratedName}}</a></b>
<dartdoc-parameter parameters="{{item.parameters}}">
</dartdoc-parameter>
« client/web/app.dart ('K') | « client/web/main.dart ('k') | client/web/minimap-class.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698