From edeea09dc17a761aedfa37d2ba0ef49ff9af3fe6 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Tue, 29 Jun 2021 14:22:12 -0700 Subject: ...... missing closing parenthesis --- static/posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/posts.html b/static/posts.html index f7ca3a7..26d1f4c 100644 --- a/static/posts.html +++ b/static/posts.html @@ -123,7 +123,7 @@ media.style = "display: none;" } - if(isOnion("{{ .Id }}") && !isOnion("{{ $board.Domain }}") { + if(isOnion("{{ .Id }}") && !isOnion("{{ $board.Domain }}")) { sensitive = document.getElementById("sensitive-{{ .Id }}") document.getElementById("sensitive-img-{{ .Id }}").src = "/static/onion.png" document.getElementById("sensitive-text-{{ .Id }}").innerText = "Tor Instance" -- cgit v1.2.3