parent
849b4cf004
commit
dcbddfc6cd
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
function setLibrary(library_id) {
|
||||
if (library_id == "-1") {
|
||||
} else {
|
||||
window.location.href = "/stats";
|
||||
} else {
|
||||
window.location.href = "/stats/" + library_id;
|
||||
}
|
||||
window.location.href = "/stats/" + library_id;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue