From 7908b2b71cd42c4bc6a76f0baabb4cde6d09f553 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Tue, 1 Jan 2019 04:58:48 +0000 Subject: treewide: fix query arguments to admin/system/opkg Right now the handler only recognizes "query=xx" argument, others will be ignored. Signed-off-by: Yousong Zhou --- .../htdocs/luci-static/resources/view/network/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/luci-mod-network/htdocs') diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js index 777a874340..145f5807a0 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js @@ -113,7 +113,7 @@ L.poll(5, L.url('admin/network/iface_status', networks.join(',')), null, var e = document.getElementById(ifc.id + '-ifc-edit'); if (e) e.disabled = true; - var link = L.url('admin/system/opkg') + '?query=luci-proto&display=available'; + var link = L.url('admin/system/opkg') + '?query=luci-proto'; L.dom.content(d, [ E('em', _('Unsupported protocol type.')), E('br'), E('a', { href: link }, _('Install protocol extensions...')) -- cgit v1.2.3