From d5a686a5d85a9ace5e1ea4fda0c42ceec6c8c624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 13 Mar 2023 21:14:16 +0800 Subject: [PATCH] Removed trailing blank spaces from the JavaScript summary editor. --- src/accounting/static/js/summary-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounting/static/js/summary-editor.js b/src/accounting/static/js/summary-editor.js index 6f22e0d..008d795 100644 --- a/src/accounting/static/js/summary-editor.js +++ b/src/accounting/static/js/summary-editor.js @@ -508,7 +508,7 @@ class TagTabPlane extends TabPlane { errorContainer.innerText = ""; return true; } - + /** * Resets the tab plane input. *