luci-proto-gre: remove extra parenthesis
authorChuanhong Guo <gch981213@gmail.com>
Thu, 5 Nov 2020 13:22:18 +0000 (21:22 +0800)
committerJordan Sokolic <oofnik@gmail.com>
Sat, 27 Feb 2021 13:29:35 +0000 (15:29 +0200)
commit2201f77c270633fd7510823c1b2ecd1bb3b3b3f2
tree45e0ab598c2ab10ae424052d2e8500893b5d835c
parent0f3987d5add173c3135ea538e089d57747f422f3
luci-proto-gre: remove extra parenthesis

fix the following error:
SyntaxError
Unexpected token ')'
  in http://192.168.122.131/luci-static/resources/protocol/grev6.js:?
  at http://192.168.122.131/luci-static/resources/luci.js:22
  at async Promise.all (index 4)
  at async Promise.all (index 5)

Fixes: 2b7fd1292 ("luci-proto-gre: improvement of LuCI interface")
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js