mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Deprecate legacy object
This commit is contained in:
parent
54816ec10f
commit
a8e3687bdd
@ -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 New Issue
Block a user