This commit is contained in:
rustdesk
2024-10-12 08:46:03 +08:00
parent 2481a9f4b7
commit 3acb268f90
3 changed files with 1 additions and 4 deletions

View File

@@ -302,7 +302,7 @@ const metadata = {
if (window.location.href.indexOf("custom2") > 0) {
setTimeout(function() { window.location = "#custom2"; }, 150);
} else {
document.getElementById("custom2").parentElement.parentElement.parentElement.style.display = 'none';
setTimeout(function() { document.getElementById("custom2").parentElement.parentElement.parentElement.style.display = 'none'; }, 0);
}
document.getElementById("users2").oninput = function() {