From 62e35ff44f0d155f812c7b29922bd6d32dc5079a Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 14 Apr 2023 06:54:12 +0000
Subject: [PATCH] correct doc string

---
 src/core/js/form_panel.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/core/js/form_panel.js b/src/core/js/form_panel.js
index 8b4fa4ed..a745f949 100644
--- a/src/core/js/form_panel.js
+++ b/src/core/js/form_panel.js
@@ -65,7 +65,8 @@ var form_panel = new function () {
     };
 
     /**
-     * Creates a callback function that toggles the form panel which
+     * Creates a callback function that creates the form inside 
+     * the form panel when called for the first time.
      *
      * You may supply 'undefined' as form_config and use form_creator
      * instead which is supposed to be a function without argument that
-- 
GitLab