1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-02 00:03:03 +00:00

Fix archiving bookm for kobo sync

Fix back function without search parameter
Updated Testresults
This commit is contained in:
Ozzie Isaacs
2024-08-04 07:12:22 +02:00
parent bcf4a479ac
commit 9b520b1941
4 changed files with 530 additions and 854 deletions

View File

@@ -171,6 +171,9 @@ $("#back").click(function() {
}
sessionStorage.removeItem("back");
sessionStorage.removeItem("search");
if (param === null) {
param = "";
}
window.location.href = loc + param;
});