summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-08-11 18:57:20 +0200
committerGitHub <noreply@github.com>2021-08-11 18:57:20 +0200
commit6045f584ce291d47ff37cfcfbf2b871f804f3457 (patch)
tree9a298b3e870a80d3c53bf46e487c93093c84c54b /modules/luci-base/htdocs
parentdd7cc01e3eb5dc79103d7dcd574e0eca38582f6e (diff)
parent292e19888448599f5169cc158b00071e020e9c27 (diff)
Merge pull request #5239 from aparcar/seconds
Diffstat (limited to 'modules/luci-base/htdocs')
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/luci.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/luci.js b/modules/luci-base/htdocs/luci-static/resources/luci.js
index 23853e2cc8..5699c9eb92 100644
--- a/modules/luci-base/htdocs/luci-static/resources/luci.js
+++ b/modules/luci-base/htdocs/luci-static/resources/luci.js
@@ -655,7 +655,7 @@
* Provides a password for HTTP basic authentication.
*
* @property {number} [timeout]
- * Specifies the request timeout in seconds.
+ * Specifies the request timeout in milliseconds.
*
* @property {boolean} [credentials=false]
* Whether to include credentials such as cookies in the request.