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:
@@ -171,6 +171,9 @@ $("#back").click(function() {
|
||||
}
|
||||
sessionStorage.removeItem("back");
|
||||
sessionStorage.removeItem("search");
|
||||
if (param === null) {
|
||||
param = "";
|
||||
}
|
||||
window.location.href = loc + param;
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user