update 2022-04-24 09:41:44

This commit is contained in:
github-actions[bot] 2022-04-24 09:41:44 +08:00
parent 76cccfb8b9
commit 5f3193a5ce

View File

@ -166,11 +166,7 @@
/**
* get current node and open it
*/
if (getCurrentNodeByUrl()) {
mainNodeName = "node-" + luciLocation[0] + "-" + luciLocation[1];
mainNodeName = mainNodeName.replace(/[ \t\n\r\/]+/g, "_").toLowerCase();
$("body").addClass(mainNodeName);
}
$(".cbi-button-up").val("");
$(".cbi-button-down").val("");