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

Unified Diff: chrome/common/extensions/docs/server2/templates/private/footer.html

Issue 10826173: Extensions Docs Server: Proper path handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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: chrome/common/extensions/docs/server2/templates/private/footer.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/footer.html b/chrome/common/extensions/docs/server2/templates/private/footer.html
index 546a020b9f82c3d58c5af6898789ab6e7464a8cd..41d31df57b2022a9f58908a65a8d75cfd4890b6b 100644
--- a/chrome/common/extensions/docs/server2/templates/private/footer.html
+++ b/chrome/common/extensions/docs/server2/templates/private/footer.html
@@ -14,12 +14,11 @@
{{?is_apps}}
api_names: {{*api_list.apps.chrome}}.concat(
{{*api_list.apps.experimental}}),
- branchInfo: {{*branchInfo}}
{{:is_apps}}
api_names: {{*api_list.extensions.chrome}}.concat(
{{*api_list.extensions.experimental}}),
- branchInfo: {{*branchInfo}}
{{/is_apps}}
+ branchInfo: {{*branchInfo}}
};
</script>
<script src="{{static}}/js/branch.js" type="text/javascript"></script>

Powered by Google App Engine
This is Rietveld 408576698