aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFChannel <>2021-06-29 14:22:12 -0700
committerFChannel <>2021-06-29 14:22:12 -0700
commitedeea09dc17a761aedfa37d2ba0ef49ff9af3fe6 (patch)
treea6e64c5b11881e7159d9b15560a31ed5acb046a7
parentcbda0f5592106c43e310bc04449ff968c081f9f5 (diff)
...... missing closing parenthesis
-rw-r--r--static/posts.html2
1 files changed, 1 insertions, 1 deletions
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"