mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
Deprecate legacy object
This commit is contained in:
parent
54816ec10f
commit
a8e3687bdd
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ function setCSRFTokenHeader(event, xhr, settings) {
|
|||
function contentLoaded() {
|
||||
pageCurrent = window.location.href.split("?")[1].split("=")[1];
|
||||
pageCurrent = pageCurrent.replace("#","");
|
||||
$('#side-menu').metisMenu();
|
||||
switch(pageCurrent) {
|
||||
case "network_conf":
|
||||
getAllInterfaces();
|
||||
|
|
Loading…
Reference in a new issue