From cb49b41eb92fcd8e79f5c1ce13d03bc5f989dd52 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 29 Aug 2024 18:02:10 +0200 Subject: [PATCH] expand.js: adjust to post_thread.html --- js/expand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/expand.js b/js/expand.js index b64323d4..dcfbb7dd 100644 --- a/js/expand.js +++ b/js/expand.js @@ -21,7 +21,7 @@ $(document).ready(function() { let doExpand = function() { $(this) - .html($(this).text().replace(_("Click reply to view."), ''+_("Click to expand")+'.')) + .html($(this).text().concat(' ' + _("Click to expand") + '.')) .find('a').click(window.expand_fun = function() { let thread = $(this).parents('[id^="thread_"]'); $.ajax({