From: Jo-Philipp Wich Date: Tue, 26 Feb 2019 01:43:39 +0000 (+0800) Subject: luci-mod-network: fix page refresh after interface reconnect X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5624b36fa7a5fe172ffd604ad81ce7f9f03a0d9d;p=oweals%2Fluci.git luci-mod-network: fix page refresh after interface reconnect Submitted-by: "taeasy" <88336@live.com> [reword commit subject] Signed-off-by: Jo-Philipp Wich --- 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 40624e741..40103970f 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 @@ -1,7 +1,7 @@ function iface_reconnect(id) { L.halt(); L.dom.content(document.getElementById(id + '-ifc-description'), E('em', _('Interface is reconnecting...'))); - L.post(L.url('admin/network/iface_reconnect', id), L.run); + L.post(L.url('admin/network/iface_reconnect', id), null,L.run); } function iface_delete(ev) {