From a589c58ed85eece34a8e3938219bd0264238b2a8 Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Tue, 26 Jan 2021 13:05:12 -0800 Subject: fixed noko --- static/js/posts.js | 1 - 1 file changed, 1 deletion(-) (limited to 'static') diff --git a/static/js/posts.js b/static/js/posts.js index 69c451a..e9feefe 100644 --- a/static/js/posts.js +++ b/static/js/posts.js @@ -27,7 +27,6 @@ function shortURL(actorName, url) var check = url.replace(actorName + "/", "") re = /.+\//g; temp = re.exec(url) - if(stripTransferProtocol(temp[0]) == stripTransferProtocol(actorName) + "/") { -- cgit v1.2.3