summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-06-29 18:34:53 +0300
committerAndrew Dolgov <[email protected]>2018-06-29 18:34:53 +0300
commitbb6cfa1b5b285d592ebd8d8cc7dde48849c6659c (patch)
tree661f969369901143ac7348eb106bf6543a0e93c5 /read.html
parent90f84b529554d3f41cc710868fc43954dafaf7eb (diff)
since pages are percentages now, relax restrictions in storelastrad
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 bc0fce2..b29a112 100644
--- a/read.html
+++ b/read.html
@@ -786,7 +786,7 @@
$("#page_pct").html(parseInt(pct*100) + '%');
if (_store_position && new Date().getTime()/1000 - _last_position_sync > 15) {
- console.log("storing lastread");
+ console.log("storing lastread", currentPage, currentCfi);
if (navigator.onLine) {