[tor-commits] [donate-static/master] Fix typo

hiro at torproject.org hiro at torproject.org
Fri Dec 11 10:29:17 UTC 2020


commit 6532ced9662cb5274f00862f21b93f66f7723d05
Author: hiro <hiro at torproject.org>
Date:   Fri Dec 11 11:29:14 2020 +0100

    Fix typo
---
 content/cryptocurrency/contents.lr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/cryptocurrency/contents.lr b/content/cryptocurrency/contents.lr
index 1bf31553..53f4c664 100644
--- a/content/cryptocurrency/contents.lr
+++ b/content/cryptocurrency/contents.lr
@@ -26,7 +26,7 @@ body:
       var origin = window.location.origin;
       if(origin.endsWith('.onion')) {
         $('#clear-net').hide();
-      else {
+      } else {
         $('#onion-net').hide();
       }
   </script>



More information about the tor-commits mailing list