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/js/posts.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'static/js/posts.js') 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; -} -- cgit v1.2.3