make -1 all
All checks were successful
/ release (push) Successful in 30s

This commit is contained in:
speatzle 2024-10-08 12:44:23 +02:00
parent b6c22df6f1
commit cee5353b54
3 changed files with 12 additions and 9 deletions

View file

@ -1,5 +1,5 @@
function setLibrary(library_id) {
if (library_id === "") {
if (library_id == "-1") {
} else {
window.location.href = "/stats";
}