summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-01 13:01:38 +0300
committerAndrew Dolgov <[email protected]>2018-07-01 13:01:38 +0300
commit4dcf31690be5bec51e429433f64ff02a3f474932 (patch)
tree78d94f284792da62dee6d92bd355d6f09830f765 /read.html
parent8e0b5bf920421801d8f94d9c5a581c10f51ec3d0 (diff)
minor ui work
Diffstat (limited to 'read.html')
-rw-r--r--read.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/read.html b/read.html
index 544c785..3898afb 100644
--- a/read.html
+++ b/read.html
@@ -489,16 +489,16 @@
$('#settings-modal').on('shown.bs.modal', function() {
$.post("backend.php", { op: "getlastread", id: $.urlParam("id") }, function(data) {
- $(".lastread_input").val(data.page);
+ $(".lastread_input").val(data.page + '%');
});
- localforage.getItem("epube.disable-transitions").then(function(disable) {
+ /*localforage.getItem("epube.disable-transitions").then(function(disable) {
$(".transition_checkbox")
.attr("checked", disable)
.on("click", function() {
localforage.setItem("epube.disable-transitions", this.checked);
});
- });
+ });*/
localforage.getItem("epube.fontFamily").then(function(font) {
if (!font) font = DEFAULT_FONT_FAMILY;