mirror of
https://github.com/openwrt/routing.git
synced 2026-06-17 17:01:55 +04:00
Merge pull request #552 from pedro-nonfree/patch-1
luci-app-bmx6: bugfix querying bmx6-info (p2)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user