diff options
author | FChannel <=> | 2021-01-26 13:05:12 -0800 |
---|---|---|
committer | FChannel <=> | 2021-01-26 13:05:12 -0800 |
commit | a589c58ed85eece34a8e3938219bd0264238b2a8 (patch) | |
tree | 3001c531561ff69d2a48b05e1d03e5fb522db477 /static | |
parent | 2868cbabf7c394c637fc8568c6981da6eb5370ca (diff) |
fixed noko
Diffstat (limited to 'static')
-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) + "/") { |