summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
Diffstat (limited to 'read.html')
-rw-r--r--read.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.html b/read.html
index c7026ba..4c4a3d7 100644
--- a/read.html
+++ b/read.html
@@ -298,7 +298,7 @@
$("select.font_family").val(font);
- $.get("backend.php", { op: "getlastread", id: $.urlParam("id") }, function(data) {
+ $.post("backend.php", { op: "getlastread", id: $.urlParam("id") }, function(data) {
$(".lastread_input").val(data.page);
});