Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/filters/script.tmpl

Issue 29874607: Issue 6769 - Avoid hardcoding the URL (Closed)
Patch Set: Rebased Created Sept. 24, 2018, 1:37 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pages/filters/popup.tmpl ('k') | pages/filters/stylesheet.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/filters/script.tmpl
diff --git a/pages/filters/script.tmpl b/pages/filters/script.tmpl
index 138feed9db8e09aae8bbb9e8f930d367e9c60779..11913a7780ddb6b13b14a3fedcb772e024ada14a 100644
--- a/pages/filters/script.tmpl
+++ b/pages/filters/script.tmpl
@@ -24,7 +24,7 @@ template = testcase
</div>
</div>
<h3>Filters</h3>
- <pre>testpages.adblockplus.org/testcasefiles/script/$script</pre>
+ <pre>{{ site_url|strip_proto }}/testcasefiles/script/$script</pre>
</section>
<script src="/testcasefiles/script/script.js"></script>
« no previous file with comments | « pages/filters/popup.tmpl ('k') | pages/filters/stylesheet.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld