This commit is contained in:
parent
b6c22df6f1
commit
cee5353b54
3 changed files with 12 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
function setLibrary(library_id) {
|
||||
if (library_id === "") {
|
||||
if (library_id == "-1") {
|
||||
} else {
|
||||
window.location.href = "/stats";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue