aboutsummaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authorFChannel <=>2021-01-26 13:05:12 -0800
committerFChannel <=>2021-01-26 13:05:12 -0800
commita589c58ed85eece34a8e3938219bd0264238b2a8 (patch)
tree3001c531561ff69d2a48b05e1d03e5fb522db477 /static/js
parent2868cbabf7c394c637fc8568c6981da6eb5370ca (diff)
fixed noko
Diffstat (limited to 'static/js')
-rw-r--r--static/js/posts.js1
1 files changed, 0 insertions, 1 deletions
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) + "/")
{