summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/read.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/read.js b/js/read.js
index a2ce59d..39d7929 100644
--- a/js/read.js
+++ b/js/read.js
@@ -247,7 +247,7 @@ function save_and_close() {
if (navigator.onLine) {
$.post("backend.php", { op: "storelastread", id: $.urlParam("id"), page: currentPage,
cfi: currentCfi }, function(data) {
- window.location = "index.php";
+ window.location = $.urlParam("rt") ? "index.php?mode=" + $.urlParam("rt") : "index.php";
});
} else {
window.location = "index.php";