This commit is contained in:
parent
9d2519c085
commit
7d037be106
4 changed files with 58 additions and 21 deletions
7
static/js/library_filter.js
Normal file
7
static/js/library_filter.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
function setLibrary(library_id) {
|
||||
if (library_id === "") {
|
||||
} else {
|
||||
window.location.href = "/stats";
|
||||
}
|
||||
window.location.href = "/stats/" + library_id;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue