commit 6532ced9662cb5274f00862f21b93f66f7723d05 Author: hiro hiro@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>
tor-commits@lists.torproject.org