update 04-24 09:42:48

This commit is contained in:
github-actions[bot] 2022-04-24 09:42:48 +08:00
parent 9c2671eeaf
commit e104e06a05
1 changed files with 1 additions and 5 deletions

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("");