aboutsummaryrefslogtreecommitdiff
path: root/static/js/posts.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/posts.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) + "/")
{