luci-app-bmx6: bugfix querying bmx6-info (p2)

see 51b370e1ce and #550
This commit is contained in:
Pedro hates github.com 2020-02-22 00:47:36 +01:00 committed by Baptiste Jonglez
parent f1b0476edc
commit efa6e5445a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<script type="text/javascript">//<![CDATA[
XHR.poll(5, '/cgi-bin/bmx6-info', { '$neighbours': '' },
XHR.poll(5, '/cgi-bin/bmx6-info', { 'neighbours': '' },
function(x, st)
{
var originators = st.neighbours[0].originators;