Merge pull request #552 from pedro-nonfree/patch-1

luci-app-bmx6: bugfix querying bmx6-info (p2)
This commit is contained in:
Jo-Philipp Wich 2020-02-26 14:05:03 +01:00 committed by GitHub
commit 196e771be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;