commit 80596e1b924d207d568c1b03ce38f8a0301d09f0 Author: hiro hiro@torproject.org Date: Thu Sep 6 19:55:36 2018 +0200
Hide smartphones in download page --- download/en/download.wml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/download/en/download.wml b/download/en/download.wml index bd9736da..95f44bdb 100644 --- a/download/en/download.wml +++ b/download/en/download.wml @@ -197,8 +197,7 @@ custom configurations. All an apt-get or yum install away.</p> </div> <!-- END ANDROID -->
-<!-- START SMARTPHONE --> -<!-- END SMARTPHONE --> +<!-- START SMARTPHONE <div id="smartphone" class="accordionButton on"> <span class="smartphone24">Smartphone</span> </div> @@ -207,6 +206,8 @@ custom configurations. All an apt-get or yum install away.</p> <div class="package" style="padding-top: 13px; border-top: 0px; border-bottom: 1px solid #888888;"> </div> </div> + END SMARTPHONE --> + <!-- BEGIN SOURCE --> <div id="source" class="accordionButton on"> <span class="sourcecode24">Source Code</span></div>
tor-commits@lists.torproject.org