From 2868cbabf7c394c637fc8568c6981da6eb5370ca Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Tue, 26 Jan 2021 11:54:53 -0800 Subject: individual post view cache --- static/js/posts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/js/posts.js b/static/js/posts.js index 7c1a3e8..69c451a 100644 --- a/static/js/posts.js +++ b/static/js/posts.js @@ -125,8 +125,8 @@ function convertContent(actorName, content, opid) { isOP = " (OP)"; } - - newContent = newContent.replace(quote, '>>' + shortURL(actorName, link) + isOP + ''); + + newContent = newContent.replace(quote, '>>' + shortURL(actorName, link) + isOP + ''); }) } -- cgit v1.2.3