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

Unified Diff: pages/filters/ping.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/object-subrequest.tmpl ('k') | pages/filters/popup.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/filters/ping.tmpl
diff --git a/pages/filters/ping.tmpl b/pages/filters/ping.tmpl
index 3ddd65a39872b0a082ef0dc0347d0c91c6f3c9dc..d6a3b1d4f2b05d516b3807606c45ef8fc4569c42 100644
--- a/pages/filters/ping.tmpl
+++ b/pages/filters/ping.tmpl
@@ -38,7 +38,7 @@ function do_ping() {
</div>
</div>
<h3>Filters</h3>
- <pre>testpages.adblockplus.org/*^$ping</pre>
+ <pre>{{ site_url|strip_proto }}/*^$ping</pre>
</section>
<section class="site-panel">
@@ -52,5 +52,5 @@ function do_ping() {
</div>
</div>
<h3>Filters</h3>
- <pre>testpages.adblockplus.org/*^$ping</pre>
-</section>
+ <pre>{{ site_url|strip_proto }}/*^$ping</pre>
+</section>
« no previous file with comments | « pages/filters/object-subrequest.tmpl ('k') | pages/filters/popup.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld