diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-09-21 10:23:15 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-21 10:23:37 +0200 |
commit | 119c6319cbbcaa033cf2b027866fe1bb3bbdbb75 (patch) | |
tree | c726c6a1f02003d50f6d84012f9e228e15e60adc | |
parent | 21d1266c53d07f02c3b24314c62e86f2fa82fe9b (diff) |
luci-base: network.js: don't batch wireless scan requests
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | modules/luci-base/htdocs/luci-static/resources/network.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/network.js b/modules/luci-base/htdocs/luci-static/resources/network.js index d0282ad01f..8432bd16f3 100644 --- a/modules/luci-base/htdocs/luci-static/resources/network.js +++ b/modules/luci-base/htdocs/luci-static/resources/network.js @@ -78,6 +78,7 @@ var callIwinfoScan = rpc.declare({ object: 'iwinfo', method: 'scan', params: [ 'device' ], + nobatch: true, expect: { results: [] } }); |