diff --git a/app/js/custom.js b/app/js/custom.js index d056ccdf..8534ebeb 100644 --- a/app/js/custom.js +++ b/app/js/custom.js @@ -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();