[tpo/staging] Fix thank you link in javascript

11 Feb
2019
11 Feb
'19
1:36 p.m.
commit 18258eccf7a0f84429baa9210c33947a29f7e9a1 Author: hiro <hiro@torproject.org> Date: Mon Feb 11 14:35:55 2019 +0100 Fix thank you link in javascript --- templates/script-download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/script-download.html b/templates/script-download.html index 1c1828f..51fcc08 100644 --- a/templates/script-download.html +++ b/templates/script-download.html @@ -7,7 +7,7 @@ $(".downloadLink").click( window.open( $(this).attr("href") ); //redirect current page to success page - window.location="/thank-you"; + window.location="{{ '/thank-you'|url }}"; window.focus(); } );
2310
Age (days ago)
2310
Last active (days ago)
0 comments
1 participants
participants (1)
-
hiro@torproject.org