diff options
Diffstat (limited to 'static/js')
-rw-r--r-- | static/js/posts.js | 1 |
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) + "/") { |