added ctrl-clicking to link buttons

This commit is contained in:
2025-01-23 17:37:29 +01:00
parent 11db41a128
commit d3d54770aa
6 changed files with 51 additions and 17 deletions
+5 -1
View File
@@ -161,10 +161,14 @@ document.addEventListener("DOMContentLoaded", async function() {
debugPrint("isAnimating", isAnimating)
if (showLoading != "true") {
removeLoadingScreen()
removeLoadingScreen(true)
}
else {
setLoadingProgress("Cleaning up...")
loadingComplete = true
if (fakeLoadingComplete) {
removeLoadingScreen()
}
}
}, false)