From 9d4ffcffc55f2a7543138a4b031f44ce6f45e7e8 Mon Sep 17 00:00:00 2001 From: systemcrash Date: Wed, 24 Dec 2025 16:44:13 +0000 Subject: [PATCH] deploy: db91dbcdf7db16b307aaf054a6039a6abc464b0c --- jsapi/LuCI.baseclass.html | 2 +- jsapi/LuCI.dom.html | 2 +- jsapi/LuCI.form.AbstractElement.html | 2 +- jsapi/LuCI.form.AbstractSection.html | 2 +- jsapi/LuCI.form.AbstractValue.html | 2 +- jsapi/LuCI.form.ButtonValue.html | 2 +- jsapi/LuCI.form.DummyValue.html | 2 +- jsapi/LuCI.form.DynamicList.html | 2 +- jsapi/LuCI.form.FileUpload.html | 2 +- jsapi/LuCI.form.FlagValue.html | 2 +- jsapi/LuCI.form.GridSection.html | 2 +- jsapi/LuCI.form.HiddenValue.html | 2 +- jsapi/LuCI.form.JSONMap.html | 2 +- jsapi/LuCI.form.ListValue.html | 2 +- jsapi/LuCI.form.Map.html | 2 +- jsapi/LuCI.form.MultiValue.html | 2 +- jsapi/LuCI.form.NamedSection.html | 2 +- jsapi/LuCI.form.RangeSliderValue.html | 2 +- jsapi/LuCI.form.RichListValue.html | 2 +- jsapi/LuCI.form.SectionValue.html | 2 +- jsapi/LuCI.form.TableSection.html | 2 +- jsapi/LuCI.form.TextValue.html | 2 +- jsapi/LuCI.form.TypedSection.html | 2 +- jsapi/LuCI.form.Value.html | 2 +- jsapi/LuCI.form.html | 2 +- jsapi/LuCI.fs.html | 2 +- jsapi/LuCI.headers.html | 2 +- jsapi/LuCI.html | 52 +++++++++++++-------------- jsapi/LuCI.network.Device.html | 2 +- jsapi/LuCI.network.Hosts.html | 2 +- jsapi/LuCI.network.Protocol.html | 2 +- jsapi/LuCI.network.WifiDevice.html | 2 +- jsapi/LuCI.network.WifiNetwork.html | 2 +- jsapi/LuCI.network.WifiVlan.html | 2 +- jsapi/LuCI.network.html | 2 +- jsapi/LuCI.poll.html | 2 +- jsapi/LuCI.request.html | 2 +- jsapi/LuCI.request.poll.html | 2 +- jsapi/LuCI.response.html | 2 +- jsapi/LuCI.rpc.html | 2 +- jsapi/LuCI.session.html | 2 +- jsapi/LuCI.uci.html | 2 +- jsapi/LuCI.ui.AbstractElement.html | 2 +- jsapi/LuCI.ui.Checkbox.html | 2 +- jsapi/LuCI.ui.ComboButton.html | 2 +- jsapi/LuCI.ui.Combobox.html | 2 +- jsapi/LuCI.ui.Dropdown.html | 2 +- jsapi/LuCI.ui.DynamicList.html | 2 +- jsapi/LuCI.ui.FileUpload.html | 2 +- jsapi/LuCI.ui.Hiddenfield.html | 2 +- jsapi/LuCI.ui.RangeSlider.html | 2 +- jsapi/LuCI.ui.Select.html | 2 +- jsapi/LuCI.ui.Textarea.html | 2 +- jsapi/LuCI.ui.Textfield.html | 2 +- jsapi/LuCI.ui.changes.html | 2 +- jsapi/LuCI.ui.html | 2 +- jsapi/LuCI.ui.menu.html | 2 +- jsapi/LuCI.ui.tabs.html | 2 +- jsapi/LuCI.view.html | 14 ++++---- jsapi/LuCI.xhr.html | 16 ++++----- jsapi/form.js.html | 2 +- jsapi/fs.js.html | 2 +- jsapi/global.html | 2 +- jsapi/index.html | 2 +- jsapi/luci.js.html | 20 +++++------ jsapi/network.js.html | 2 +- jsapi/rpc.js.html | 2 +- jsapi/uci.js.html | 2 +- jsapi/ui.js.html | 2 +- 69 files changed, 115 insertions(+), 117 deletions(-) diff --git a/jsapi/LuCI.baseclass.html b/jsapi/LuCI.baseclass.html index 0300cb4370..757bb03baf 100644 --- a/jsapi/LuCI.baseclass.html +++ b/jsapi/LuCI.baseclass.html @@ -5052,7 +5052,7 @@ and the values extracted from the args array beginning with diff --git a/jsapi/LuCI.dom.html b/jsapi/LuCI.dom.html index 2e1226dea8..3deb66baab 100644 --- a/jsapi/LuCI.dom.html +++ b/jsapi/LuCI.dom.html @@ -6648,7 +6648,7 @@ ignored, else not.

diff --git a/jsapi/LuCI.form.AbstractElement.html b/jsapi/LuCI.form.AbstractElement.html index f229dda0cd..e631dc6c2a 100644 --- a/jsapi/LuCI.form.AbstractElement.html +++ b/jsapi/LuCI.form.AbstractElement.html @@ -4639,7 +4639,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.AbstractSection.html b/jsapi/LuCI.form.AbstractSection.html index 06a598f6b6..f66bc449a9 100644 --- a/jsapi/LuCI.form.AbstractSection.html +++ b/jsapi/LuCI.form.AbstractSection.html @@ -6538,7 +6538,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.AbstractValue.html b/jsapi/LuCI.form.AbstractValue.html index 7c99fdd42e..da3161caa2 100644 --- a/jsapi/LuCI.form.AbstractValue.html +++ b/jsapi/LuCI.form.AbstractValue.html @@ -7608,7 +7608,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.ButtonValue.html b/jsapi/LuCI.form.ButtonValue.html index fac8fe0b20..a3cb8c1981 100644 --- a/jsapi/LuCI.form.ButtonValue.html +++ b/jsapi/LuCI.form.ButtonValue.html @@ -7931,7 +7931,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.DummyValue.html b/jsapi/LuCI.form.DummyValue.html index 41f1f5acb1..707f4284bc 100644 --- a/jsapi/LuCI.form.DummyValue.html +++ b/jsapi/LuCI.form.DummyValue.html @@ -7918,7 +7918,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.DynamicList.html b/jsapi/LuCI.form.DynamicList.html index 15923d98dd..d5dca01fbb 100644 --- a/jsapi/LuCI.form.DynamicList.html +++ b/jsapi/LuCI.form.DynamicList.html @@ -7818,7 +7818,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.FileUpload.html b/jsapi/LuCI.form.FileUpload.html index be7cfb287e..06d1ca0bbe 100644 --- a/jsapi/LuCI.form.FileUpload.html +++ b/jsapi/LuCI.form.FileUpload.html @@ -8075,7 +8075,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.FlagValue.html b/jsapi/LuCI.form.FlagValue.html index e991427cb5..dec2487cf1 100644 --- a/jsapi/LuCI.form.FlagValue.html +++ b/jsapi/LuCI.form.FlagValue.html @@ -7959,7 +7959,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.GridSection.html b/jsapi/LuCI.form.GridSection.html index d3d88c42db..b48798d54f 100644 --- a/jsapi/LuCI.form.GridSection.html +++ b/jsapi/LuCI.form.GridSection.html @@ -7399,7 +7399,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.HiddenValue.html b/jsapi/LuCI.form.HiddenValue.html index 5ac2c39242..b61d3ae2c0 100644 --- a/jsapi/LuCI.form.HiddenValue.html +++ b/jsapi/LuCI.form.HiddenValue.html @@ -7772,7 +7772,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.JSONMap.html b/jsapi/LuCI.form.JSONMap.html index 8d5623317d..c1db16e83a 100644 --- a/jsapi/LuCI.form.JSONMap.html +++ b/jsapi/LuCI.form.JSONMap.html @@ -6218,7 +6218,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.ListValue.html b/jsapi/LuCI.form.ListValue.html index 5a3ef077b4..9124939590 100644 --- a/jsapi/LuCI.form.ListValue.html +++ b/jsapi/LuCI.form.ListValue.html @@ -7943,7 +7943,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.Map.html b/jsapi/LuCI.form.Map.html index 0c9de7dba0..705cc566cd 100644 --- a/jsapi/LuCI.form.Map.html +++ b/jsapi/LuCI.form.Map.html @@ -6197,7 +6197,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.MultiValue.html b/jsapi/LuCI.form.MultiValue.html index bb09c28a68..4a2623a2b7 100644 --- a/jsapi/LuCI.form.MultiValue.html +++ b/jsapi/LuCI.form.MultiValue.html @@ -7966,7 +7966,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.NamedSection.html b/jsapi/LuCI.form.NamedSection.html index 943dc26689..0270e360fc 100644 --- a/jsapi/LuCI.form.NamedSection.html +++ b/jsapi/LuCI.form.NamedSection.html @@ -6853,7 +6853,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.RangeSliderValue.html b/jsapi/LuCI.form.RangeSliderValue.html index b2f86c43a2..2dd8f79c41 100644 --- a/jsapi/LuCI.form.RangeSliderValue.html +++ b/jsapi/LuCI.form.RangeSliderValue.html @@ -8034,7 +8034,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.RichListValue.html b/jsapi/LuCI.form.RichListValue.html index 6656c4a15c..be3fef5276 100644 --- a/jsapi/LuCI.form.RichListValue.html +++ b/jsapi/LuCI.form.RichListValue.html @@ -8095,7 +8095,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.SectionValue.html b/jsapi/LuCI.form.SectionValue.html index e34c95ee82..5b6224ae91 100644 --- a/jsapi/LuCI.form.SectionValue.html +++ b/jsapi/LuCI.form.SectionValue.html @@ -7799,7 +7799,7 @@ its write() implementation is a no-op.

diff --git a/jsapi/LuCI.form.TableSection.html b/jsapi/LuCI.form.TableSection.html index 4317c59fd8..be5d87144b 100644 --- a/jsapi/LuCI.form.TableSection.html +++ b/jsapi/LuCI.form.TableSection.html @@ -7371,7 +7371,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.TextValue.html b/jsapi/LuCI.form.TextValue.html index 02375b0031..58b8320bf0 100644 --- a/jsapi/LuCI.form.TextValue.html +++ b/jsapi/LuCI.form.TextValue.html @@ -7815,7 +7815,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.TypedSection.html b/jsapi/LuCI.form.TypedSection.html index af8619b65c..bdcf30672b 100644 --- a/jsapi/LuCI.form.TypedSection.html +++ b/jsapi/LuCI.form.TypedSection.html @@ -7060,7 +7060,7 @@ was neither a string nor a function. diff --git a/jsapi/LuCI.form.Value.html b/jsapi/LuCI.form.Value.html index da947c03e6..15c60fdddf 100644 --- a/jsapi/LuCI.form.Value.html +++ b/jsapi/LuCI.form.Value.html @@ -7874,7 +7874,7 @@ before it is written.

diff --git a/jsapi/LuCI.form.html b/jsapi/LuCI.form.html index 54d2a3abae..81e4b797ec 100644 --- a/jsapi/LuCI.form.html +++ b/jsapi/LuCI.form.html @@ -4064,7 +4064,7 @@ m.render().then((node) => { diff --git a/jsapi/LuCI.fs.html b/jsapi/LuCI.fs.html index 279ead9cf9..d1ced31b61 100644 --- a/jsapi/LuCI.fs.html +++ b/jsapi/LuCI.fs.html @@ -6323,7 +6323,7 @@ the failure reason. diff --git a/jsapi/LuCI.headers.html b/jsapi/LuCI.headers.html index 5db6a65013..396f8e2375 100644 --- a/jsapi/LuCI.headers.html +++ b/jsapi/LuCI.headers.html @@ -4263,7 +4263,7 @@ Note: Header-Names are case-insensitive.

diff --git a/jsapi/LuCI.html b/jsapi/LuCI.html index 70e05ef57d..6db04b4abf 100644 --- a/jsapi/LuCI.html +++ b/jsapi/LuCI.html @@ -4391,7 +4391,7 @@ to request the LuCI.view class.

- luci.js, line 2359 + luci.js, line 2357
@@ -4603,7 +4603,7 @@ as parameters.

- luci.js, line 2318 + luci.js, line 2316
@@ -4842,7 +4842,7 @@ argument or copied from the given error instance.

- luci.js, line 2735 + luci.js, line 2733
@@ -4997,7 +4997,7 @@ document root.

- luci.js, line 3099 + luci.js, line 3097
@@ -5209,7 +5209,7 @@ callback function. The function is a wrapper around
- luci.js, line 3234 + luci.js, line 3232
@@ -5312,7 +5312,7 @@ when it didn't run to begin with.
- luci.js, line 2614 + luci.js, line 2612
@@ -5505,7 +5505,7 @@ has no sub-features.
- luci.js, line 3200 + luci.js, line 3198
@@ -5611,7 +5611,7 @@ group is granted with write permissions.
- luci.js, line 2910 + luci.js, line 2908
@@ -5764,7 +5764,7 @@ else returns false.
- luci.js, line 2893 + luci.js, line 2891
@@ -5919,7 +5919,7 @@ not null, else returns false.
- luci.js, line 2873 + luci.js, line 2871
@@ -6019,7 +6019,7 @@ not null, else returns false.
- luci.js, line 2860 + luci.js, line 2858
@@ -6180,7 +6180,7 @@ slashes and any of the other characters mentioned above.

- luci.js, line 2774 + luci.js, line 2772
@@ -6371,7 +6371,7 @@ slashes and any of the other characters mentioned above.

- luci.js, line 3169 + luci.js, line 3167
@@ -6676,7 +6676,7 @@ polling request.
- luci.js, line 3127 + luci.js, line 3125
@@ -6891,7 +6891,7 @@ by default.

- luci.js, line 2252 + luci.js, line 2250
@@ -7130,7 +7130,7 @@ argument or copied from the given error instance.

- luci.js, line 2398 + luci.js, line 2396
@@ -7388,7 +7388,7 @@ class instance.

- luci.js, line 3054 + luci.js, line 3052
@@ -7559,7 +7559,7 @@ to the given default value on error.
- luci.js, line 2836 + luci.js, line 2834
@@ -7720,7 +7720,7 @@ slashes and any of the other characters mentioned above.

- luci.js, line 3247 + luci.js, line 3245
@@ -7823,7 +7823,7 @@ when it was already running.
- luci.js, line 2999 + luci.js, line 2997
@@ -7980,7 +7980,7 @@ and the sorting is performed in-place.

- luci.js, line 2939 + luci.js, line 2937
@@ -8203,7 +8203,7 @@ addresses or numeric values respectively.

- luci.js, line 3221 + luci.js, line 3219
@@ -8351,7 +8351,7 @@ it could not be found.
- luci.js, line 3020 + luci.js, line 3018
@@ -8501,7 +8501,7 @@ space and returned as an array.

- luci.js, line 2812 + luci.js, line 2810
@@ -8668,7 +8668,7 @@ slashes and any of the other characters mentioned above.

- luci.js, line 3058 + luci.js, line 3056
@@ -8839,7 +8839,7 @@ else null.

diff --git a/jsapi/LuCI.network.Device.html b/jsapi/LuCI.network.Device.html index 8ec2c163c0..1f71baee2e 100644 --- a/jsapi/LuCI.network.Device.html +++ b/jsapi/LuCI.network.Device.html @@ -6629,7 +6629,7 @@ when it is down or absent. diff --git a/jsapi/LuCI.network.Hosts.html b/jsapi/LuCI.network.Hosts.html index 2e5319dbf6..c7de4262e5 100644 --- a/jsapi/LuCI.network.Hosts.html +++ b/jsapi/LuCI.network.Hosts.html @@ -5189,7 +5189,7 @@ is used as hint. diff --git a/jsapi/LuCI.network.Protocol.html b/jsapi/LuCI.network.Protocol.html index 1d9dab956a..dcf414755a 100644 --- a/jsapi/LuCI.network.Protocol.html +++ b/jsapi/LuCI.network.Protocol.html @@ -8625,7 +8625,7 @@ configuration.

diff --git a/jsapi/LuCI.network.WifiDevice.html b/jsapi/LuCI.network.WifiDevice.html index 1fef21a135..fa51e3260c 100644 --- a/jsapi/LuCI.network.WifiDevice.html +++ b/jsapi/LuCI.network.WifiDevice.html @@ -5566,7 +5566,7 @@ configuration.

diff --git a/jsapi/LuCI.network.WifiNetwork.html b/jsapi/LuCI.network.WifiNetwork.html index 266c30d96a..ac44ef226c 100644 --- a/jsapi/LuCI.network.WifiNetwork.html +++ b/jsapi/LuCI.network.WifiNetwork.html @@ -8250,7 +8250,7 @@ configuration.

diff --git a/jsapi/LuCI.network.WifiVlan.html b/jsapi/LuCI.network.WifiVlan.html index 1676e23a8c..2ab66d700d 100644 --- a/jsapi/LuCI.network.WifiVlan.html +++ b/jsapi/LuCI.network.WifiVlan.html @@ -4468,7 +4468,7 @@ if it is different than the vlan id diff --git a/jsapi/LuCI.network.html b/jsapi/LuCI.network.html index 1533c20fed..f19aba7c2e 100644 --- a/jsapi/LuCI.network.html +++ b/jsapi/LuCI.network.html @@ -10096,7 +10096,7 @@ conjunction with quality to calculate a quality percentage.

- Documentation generated by JSDoc 3.6.11 on Sun Dec 14 2025 02:13:09 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Dec 24 2025 16:44:10 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/LuCI.poll.html b/jsapi/LuCI.poll.html index 7a1cc637e7..599856819a 100644 --- a/jsapi/LuCI.poll.html +++ b/jsapi/LuCI.poll.html @@ -4646,7 +4646,7 @@ run to begin with. diff --git a/jsapi/LuCI.request.html b/jsapi/LuCI.request.html index 863005bee7..1be3d91b32 100644 --- a/jsapi/LuCI.request.html +++ b/jsapi/LuCI.request.html @@ -5617,7 +5617,7 @@ instances as sole argument during the HTTP response transfer.

diff --git a/jsapi/LuCI.request.poll.html b/jsapi/LuCI.request.poll.html index 5a8c10c1f0..98fa223ce0 100644 --- a/jsapi/LuCI.request.poll.html +++ b/jsapi/LuCI.request.poll.html @@ -4765,7 +4765,7 @@ else null.

diff --git a/jsapi/LuCI.response.html b/jsapi/LuCI.response.html index add7f4f02a..dc504e1b6b 100644 --- a/jsapi/LuCI.response.html +++ b/jsapi/LuCI.response.html @@ -4723,7 +4723,7 @@ using String() and treated as response text.

diff --git a/jsapi/LuCI.rpc.html b/jsapi/LuCI.rpc.html index a4c1e332ab..abadee4193 100644 --- a/jsapi/LuCI.rpc.html +++ b/jsapi/LuCI.rpc.html @@ -6054,7 +6054,7 @@ to the expect and filter declarations. diff --git a/jsapi/LuCI.session.html b/jsapi/LuCI.session.html index 6fa246b10e..8b2d84cb5d 100644 --- a/jsapi/LuCI.session.html +++ b/jsapi/LuCI.session.html @@ -4493,7 +4493,7 @@ being put in the session store.

diff --git a/jsapi/LuCI.uci.html b/jsapi/LuCI.uci.html index 91a5f856f4..50ee8013a9 100644 --- a/jsapi/LuCI.uci.html +++ b/jsapi/LuCI.uci.html @@ -8034,7 +8034,7 @@ associated name as arguments.

diff --git a/jsapi/LuCI.ui.AbstractElement.html b/jsapi/LuCI.ui.AbstractElement.html index 318e9ac3bf..ceefc78dd6 100644 --- a/jsapi/LuCI.ui.AbstractElement.html +++ b/jsapi/LuCI.ui.AbstractElement.html @@ -5597,7 +5597,7 @@ and are displayed in a slightly faded style.

diff --git a/jsapi/LuCI.ui.Checkbox.html b/jsapi/LuCI.ui.Checkbox.html index d439c7247b..e3489fdd92 100644 --- a/jsapi/LuCI.ui.Checkbox.html +++ b/jsapi/LuCI.ui.Checkbox.html @@ -5711,7 +5711,7 @@ it is required for HTML based form submissions.

diff --git a/jsapi/LuCI.ui.ComboButton.html b/jsapi/LuCI.ui.ComboButton.html index eca80aca13..9a9d4da961 100644 --- a/jsapi/LuCI.ui.ComboButton.html +++ b/jsapi/LuCI.ui.ComboButton.html @@ -5741,7 +5741,7 @@ choice value as second argument.

diff --git a/jsapi/LuCI.ui.Combobox.html b/jsapi/LuCI.ui.Combobox.html index f255c9575b..c6ce694ff7 100644 --- a/jsapi/LuCI.ui.Combobox.html +++ b/jsapi/LuCI.ui.Combobox.html @@ -5644,7 +5644,7 @@ forcibly set to true.

diff --git a/jsapi/LuCI.ui.Dropdown.html b/jsapi/LuCI.ui.Dropdown.html index 5d70b02a38..42bc3dacb4 100644 --- a/jsapi/LuCI.ui.Dropdown.html +++ b/jsapi/LuCI.ui.Dropdown.html @@ -6442,7 +6442,7 @@ expression. Only applicable when create is true.

- Documentation generated by JSDoc 3.6.11 on Sun Dec 14 2025 02:13:09 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Dec 24 2025 16:44:10 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/LuCI.ui.DynamicList.html b/jsapi/LuCI.ui.DynamicList.html index 638579373a..600f06fd6c 100644 --- a/jsapi/LuCI.ui.DynamicList.html +++ b/jsapi/LuCI.ui.DynamicList.html @@ -5819,7 +5819,7 @@ it to remain unselected.

diff --git a/jsapi/LuCI.ui.FileUpload.html b/jsapi/LuCI.ui.FileUpload.html index 770785eb29..5ce57cded0 100644 --- a/jsapi/LuCI.ui.FileUpload.html +++ b/jsapi/LuCI.ui.FileUpload.html @@ -5742,7 +5742,7 @@ ACL setup for the current session.

diff --git a/jsapi/LuCI.ui.Hiddenfield.html b/jsapi/LuCI.ui.Hiddenfield.html index f0b438a038..b6b60f8ce0 100644 --- a/jsapi/LuCI.ui.Hiddenfield.html +++ b/jsapi/LuCI.ui.Hiddenfield.html @@ -5422,7 +5422,7 @@ trigger validation runs, e.g. when programmatically altering values.

diff --git a/jsapi/LuCI.ui.RangeSlider.html b/jsapi/LuCI.ui.RangeSlider.html index a555abd9b5..82f4507219 100644 --- a/jsapi/LuCI.ui.RangeSlider.html +++ b/jsapi/LuCI.ui.RangeSlider.html @@ -5761,7 +5761,7 @@ arbitrary precision floating point numbers.

diff --git a/jsapi/LuCI.ui.Select.html b/jsapi/LuCI.ui.Select.html index 1ac08bb8dd..90d161d9b5 100644 --- a/jsapi/LuCI.ui.Select.html +++ b/jsapi/LuCI.ui.Select.html @@ -5774,7 +5774,7 @@ selected yet. Only applicable to the select widget type.

diff --git a/jsapi/LuCI.ui.Textarea.html b/jsapi/LuCI.ui.Textarea.html index e90f59cf77..fa3d722702 100644 --- a/jsapi/LuCI.ui.Textarea.html +++ b/jsapi/LuCI.ui.Textarea.html @@ -5720,7 +5720,7 @@ contents.

diff --git a/jsapi/LuCI.ui.Textfield.html b/jsapi/LuCI.ui.Textfield.html index fb499957b4..22693cceef 100644 --- a/jsapi/LuCI.ui.Textfield.html +++ b/jsapi/LuCI.ui.Textfield.html @@ -5648,7 +5648,7 @@ corresponding <input> element is empty.

diff --git a/jsapi/LuCI.ui.changes.html b/jsapi/LuCI.ui.changes.html index 7a3721e3e4..7b959049b4 100644 --- a/jsapi/LuCI.ui.changes.html +++ b/jsapi/LuCI.ui.changes.html @@ -4500,7 +4500,7 @@ is removed.

diff --git a/jsapi/LuCI.ui.html b/jsapi/LuCI.ui.html index bd598ece48..258951b8f5 100644 --- a/jsapi/LuCI.ui.html +++ b/jsapi/LuCI.ui.html @@ -6862,7 +6862,7 @@ cancelled by the user. diff --git a/jsapi/LuCI.ui.menu.html b/jsapi/LuCI.ui.menu.html index 5b6cf94aa1..e25a46d916 100644 --- a/jsapi/LuCI.ui.menu.html +++ b/jsapi/LuCI.ui.menu.html @@ -4547,7 +4547,7 @@ internal root node if omitted.

diff --git a/jsapi/LuCI.ui.tabs.html b/jsapi/LuCI.ui.tabs.html index d8cac595ca..9cf8bcf3e6 100644 --- a/jsapi/LuCI.ui.tabs.html +++ b/jsapi/LuCI.ui.tabs.html @@ -4247,7 +4247,7 @@ DOM node.

diff --git a/jsapi/LuCI.view.html b/jsapi/LuCI.view.html index bab1f8f560..da9c67271f 100644 --- a/jsapi/LuCI.view.html +++ b/jsapi/LuCI.view.html @@ -3960,7 +3960,7 @@ set of methods to inherit from.

- luci.js, line 2121 + luci.js, line 2119
@@ -4073,7 +4073,7 @@ methods are overwritten with null.
- luci.js, line 2087 + luci.js, line 2085
@@ -4237,7 +4237,7 @@ is re-enabled.
- luci.js, line 2006 + luci.js, line 2004
@@ -4401,7 +4401,7 @@ is re-enabled.
- luci.js, line 2050 + luci.js, line 2048
@@ -4567,7 +4567,7 @@ is re-enabled.
- luci.js, line 1941 + luci.js, line 1939
@@ -4677,7 +4677,7 @@ the default implementation does nothing.

- luci.js, line 1973 + luci.js, line 1971
@@ -4851,7 +4851,7 @@ to a Node value. diff --git a/jsapi/LuCI.xhr.html b/jsapi/LuCI.xhr.html index d73a712852..53b0631baa 100644 --- a/jsapi/LuCI.xhr.html +++ b/jsapi/LuCI.xhr.html @@ -3878,7 +3878,7 @@ request handling.

- luci.js, line 3300 + luci.js, line 3298
@@ -3965,7 +3965,7 @@ request handling.

- luci.js, line 3416 + luci.js, line 3414
@@ -4039,7 +4039,7 @@ request handling.

- luci.js, line 3405 + luci.js, line 3403
@@ -4142,7 +4142,7 @@ already completed.
- luci.js, line 3392 + luci.js, line 3390
@@ -4219,7 +4219,7 @@ finishes or timed out.

- luci.js, line 3348 + luci.js, line 3346
@@ -4462,7 +4462,7 @@ finishes or timed out.

- luci.js, line 3375 + luci.js, line 3373
@@ -4705,7 +4705,7 @@ finishes or timed out.

- luci.js, line 3431 + luci.js, line 3429
@@ -4815,7 +4815,7 @@ when invoked.

diff --git a/jsapi/form.js.html b/jsapi/form.js.html index 1807f4df78..5767158ab5 100644 --- a/jsapi/form.js.html +++ b/jsapi/form.js.html @@ -9066,7 +9066,7 @@ return baseclass.extend(/** @lends LuCI.form.prototype */ { diff --git a/jsapi/fs.js.html b/jsapi/fs.js.html index 58f3d7e6e3..f68094b1f4 100644 --- a/jsapi/fs.js.html +++ b/jsapi/fs.js.html @@ -4299,7 +4299,7 @@ return FileSystem; diff --git a/jsapi/global.html b/jsapi/global.html index 6fab704103..688e33e60d 100644 --- a/jsapi/global.html +++ b/jsapi/global.html @@ -4127,7 +4127,7 @@ diff --git a/jsapi/index.html b/jsapi/index.html index 7c87da8b3b..672000e6c2 100644 --- a/jsapi/index.html +++ b/jsapi/index.html @@ -3876,7 +3876,7 @@ is the central JSDoc 3.6.11 on Sun Dec 14 2025 02:13:08 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 3.6.11 on Wed Dec 24 2025 16:44:10 GMT+0000 (Coordinated Universal Time) diff --git a/jsapi/luci.js.html b/jsapi/luci.js.html index 1ce1600af8..c7108849b2 100644 --- a/jsapi/luci.js.html +++ b/jsapi/luci.js.html @@ -5749,16 +5749,14 @@ DOM.content(vp, E('div', { 'class': 'spinning' }, _('Loading view…'))); - return Promise.resolve(this.load()) - .then(function (...args) { - if (L.loaded) { - return Promise.resolve(...args); - } else { - return new Promise(function (resolve) { - document.addEventListener('luci-loaded', resolve.bind(null, ...args), { once: true }); - }); - } - }) + const ready = L.loaded + ? Promise.resolve() + : new Promise((resolve) => { + document.addEventListener('luci-loaded', resolve, { once: true }); + }); + + return ready + .then(LuCI.prototype.bind(this.load, this)) .then(LuCI.prototype.bind(this.render, this)) .then(LuCI.prototype.bind(function(nodes) { const vp = document.getElementById('view'); @@ -7304,7 +7302,7 @@ diff --git a/jsapi/network.js.html b/jsapi/network.js.html index a586eab5e9..b571ece1b3 100644 --- a/jsapi/network.js.html +++ b/jsapi/network.js.html @@ -8423,7 +8423,7 @@ return Network; diff --git a/jsapi/rpc.js.html b/jsapi/rpc.js.html index 815d92dc82..94aaab5854 100644 --- a/jsapi/rpc.js.html +++ b/jsapi/rpc.js.html @@ -4345,7 +4345,7 @@ return baseclass.extend(/** @lends LuCI.rpc.prototype */ { diff --git a/jsapi/uci.js.html b/jsapi/uci.js.html index 68bf9e418b..e9154063d5 100644 --- a/jsapi/uci.js.html +++ b/jsapi/uci.js.html @@ -4924,7 +4924,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ { diff --git a/jsapi/ui.js.html b/jsapi/ui.js.html index c21659cf1f..1b168212d6 100644 --- a/jsapi/ui.js.html +++ b/jsapi/ui.js.html @@ -9197,7 +9197,7 @@ return UI;