commit 5a4b665f182a2708bc5d352866d743bcb8952cb4 Author: hiro hiro@torproject.org Date: Thu Sep 6 17:09:31 2018 +0200
Revert "Hide the Android download for now"
This reverts commit 6e1923d363c23df8b345012c0ca805bd4fb66662. --- download/en/download.wml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/download/en/download.wml b/download/en/download.wml index 8d6fc943..c7bac933 100644 --- a/download/en/download.wml +++ b/download/en/download.wml @@ -158,7 +158,7 @@ custom configurations. All an apt-get or yum install away.</p> </div> <!-- END UNIX --> <!-- START ANDROID --> - <!--<div id="android" class="accordionButton on"> + <div id="android" class="accordionButton on"> <span class="android24">Android</span> </div> <div class="accordionContent"> @@ -192,7 +192,7 @@ custom configurations. All an apt-get or yum install away.</p> the app. We plan on fixing it for the next release. </p> </div> - </div>--> + </div> <!-- END ANDROID --> <!-- START SMARTPHONE --> <!-- END SMARTPHONE -->
tor-commits@lists.torproject.org