From 710c26d016e55caab57e1e7eb9627d00d18be784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 4 Mar 2023 13:44:51 +0800 Subject: [PATCH] Fixed the documentation in the JavaScript SummeryHelper class. --- 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 e0ed5b2..8688182 100644 --- a/src/accounting/static/js/summary-editor.js +++ b/src/accounting/static/js/summary-editor.js @@ -46,7 +46,7 @@ class SummaryEditor { /** * The modal of the summary editor - * @type {HTMLFormElement} + * @type {HTMLDivElement} */ #modal;