luci-mod-network: fix page refresh after interface reconnect
Submitted-by: "taeasy" <88336@live.com> [reword commit subject] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
f8166387bf
commit
5624b36fa7
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue