diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-08-11 18:57:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 18:57:20 +0200 |
commit | 6045f584ce291d47ff37cfcfbf2b871f804f3457 (patch) | |
tree | 9a298b3e870a80d3c53bf46e487c93093c84c54b /modules/luci-base/htdocs | |
parent | dd7cc01e3eb5dc79103d7dcd574e0eca38582f6e (diff) | |
parent | 292e19888448599f5169cc158b00071e020e9c27 (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.js | 2 |
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. |