commit ec682f8d6f884391be03e0830ee9c1f46f1fe429 Author: Kim Le kle2@student.unimelb.edu.au Date: Thu Oct 22 19:20:34 2020 +1100
fixed download button redirect to Success page --- templates/hero-download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/hero-download.html b/templates/hero-download.html index df940e2b..50508138 100644 --- a/templates/hero-download.html +++ b/templates/hero-download.html @@ -29,7 +29,7 @@ <a class="downloadLink" href="{{ download_link }}"> <i class="text-light fab fa-{{ id }}-png"></i> </a> - <a class="btn btn-primary mt-4" href="{{ download_link }}">{{ _('Download for') }} {{ item.label }}</a> + <a class="btn btn-primary mt-4 downloadLink" href="{{ download_link }}">{{ _('Download for') }} {{ item.label }}</a> <a class="link" href="{{ sig_link }}"><span class="nick text-white">{{ _('Signature') }}</span></a> <a class="link" href="{{ 'https://support.torproject.org/' + this.alt + '/tbb/how-to-verify-signature/' }}" target="_blank"><i style="font-size:10px;" class="text-light fas fa-question-circle"></i></a> </div>