From fa1dedf2075eb54b081c86fb39860eb02fbfa219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Thu, 23 Mar 2023 07:08:40 +0800 Subject: [PATCH] Unified the documentation of the JavaScript prefix attribute. --- src/accounting/static/js/description-editor.js | 4 ++-- src/accounting/static/js/journal-entry-form.js | 2 +- src/accounting/static/js/journal-entry-line-item-editor.js | 2 +- src/accounting/static/js/option-form.js | 2 +- src/accounting/static/js/original-line-item-selector.js | 2 +- src/accounting/static/js/period-chooser.js | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/accounting/static/js/description-editor.js b/src/accounting/static/js/description-editor.js index 8fc2449..9f03895 100644 --- a/src/accounting/static/js/description-editor.js +++ b/src/accounting/static/js/description-editor.js @@ -41,7 +41,7 @@ class DescriptionEditor { #form; /** - * The prefix of the HTML ID and class + * The prefix of the HTML ID and class names * @type {string} */ prefix; @@ -278,7 +278,7 @@ class TabPlane { editor; /** - * The prefix of the HTML ID and classes + * The prefix of the HTML ID and class names * @type {string} */ prefix; diff --git a/src/accounting/static/js/journal-entry-form.js b/src/accounting/static/js/journal-entry-form.js index f7022ae..c674bb0 100644 --- a/src/accounting/static/js/journal-entry-form.js +++ b/src/accounting/static/js/journal-entry-form.js @@ -548,7 +548,7 @@ class DebitCreditSubForm { debitCredit; /** - * The prefix of the HTML ID and class + * The prefix of the HTML ID and class names * @type {string} */ #prefix; diff --git a/src/accounting/static/js/journal-entry-line-item-editor.js b/src/accounting/static/js/journal-entry-line-item-editor.js index 365f8d1..277bdf0 100644 --- a/src/accounting/static/js/journal-entry-line-item-editor.js +++ b/src/accounting/static/js/journal-entry-line-item-editor.js @@ -53,7 +53,7 @@ class JournalEntryLineItemEditor { debitCredit; /** - * The prefix of the HTML ID and class + * The prefix of the HTML ID and class names * @type {string} */ #prefix = "accounting-line-item-editor" diff --git a/src/accounting/static/js/option-form.js b/src/accounting/static/js/option-form.js index 702c1b2..fd258da 100644 --- a/src/accounting/static/js/option-form.js +++ b/src/accounting/static/js/option-form.js @@ -197,7 +197,7 @@ class RecurringExpenseIncomeSubForm { editor; /** - * The prefix of HTML ID and class + * The prefix of the HTML ID and class names * @type {string} */ #prefix; diff --git a/src/accounting/static/js/original-line-item-selector.js b/src/accounting/static/js/original-line-item-selector.js index 995f97a..c0988ca 100644 --- a/src/accounting/static/js/original-line-item-selector.js +++ b/src/accounting/static/js/original-line-item-selector.js @@ -35,7 +35,7 @@ class OriginalLineItemSelector { lineItemEditor; /** - * The prefix of the HTML ID and class + * The prefix of the HTML ID and class names * @type {string} */ #prefix = "accounting-original-line-item-selector"; diff --git a/src/accounting/static/js/period-chooser.js b/src/accounting/static/js/period-chooser.js index abdf280..baed583 100644 --- a/src/accounting/static/js/period-chooser.js +++ b/src/accounting/static/js/period-chooser.js @@ -88,7 +88,7 @@ class TabPlane { chooser; /** - * The prefix of the HTML ID and class + * The prefix of the HTML ID and class names * @type {string} */ prefix;