From 4a9452985a127a53572358c3b86a425a5df616e1 Mon Sep 17 00:00:00 2001
From: FChannel <>
Date: Sat, 31 Jul 2021 12:10:31 -0700
Subject: removed javascript causing errors and updated readme with xmpp room
---
static/faq.html | 2 +-
static/js/posts.js | 7 -------
static/ncatalog.html | 5 +++--
static/npost.html | 1 -
static/posts.html | 8 ++++----
5 files changed, 8 insertions(+), 15 deletions(-)
(limited to 'static')
diff --git a/static/faq.html b/static/faq.html
index fd06956..f4fb237 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -56,7 +56,7 @@
Soon™.
What version is this FChannel instance?
- v0.0.13-release
+ v0.0.14-release
[Home][Rules][FAQ]
diff --git a/static/js/posts.js b/static/js/posts.js
index 9b8a743..455e7ea 100644
--- a/static/js/posts.js
+++ b/static/js/posts.js
@@ -357,10 +357,3 @@ function stripTransferProtocol(value){
var re = /(https:\/\/|http:\/\/)?(www.)?/;
return value.replace(re, "");
}
-
-function isOnion(value){
- var re = /\.onion/;
- if(value.match(re) != null)
- return true;
- return false;
-}
diff --git a/static/ncatalog.html b/static/ncatalog.html
index 8ce418a..65a7d84 100644
--- a/static/ncatalog.html
+++ b/static/ncatalog.html
@@ -44,7 +44,8 @@
{{ end }}
diff --git a/static/posts.html b/static/posts.html
index 0349ebb..c4f19d8 100644
--- a/static/posts.html
+++ b/static/posts.html
@@ -24,7 +24,7 @@
{{ parseAttachment . false }}