summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-10-21 18:35:49 +0300
committerAndrew Dolgov <[email protected]>2018-10-21 18:35:49 +0300
commit34cfbce90fbf892caad89595efff86dd516bee22 (patch)
tree00139229200dffa86faede8e5bf6ff1eecbaa0ab /read.html
parentb8d39f07b1115904eec729e83135aaf28193834f (diff)
add manual button to open last read
Diffstat (limited to 'read.html')
-rw-r--r--read.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/read.html b/read.html
index c116c2a..a1eddd1 100644
--- a/read.html
+++ b/read.html
@@ -105,6 +105,7 @@
<div class="form-group">
<label class="col-sm-3 control-label"></label>
<div class="col-sm-9">
+ <button class="btn btn-default" type="button" onclick="open_lastread()">Open last read page</button>
<button class="btn btn-primary" type="button" onclick="mark_as_read()">Mark as read</button>
</div>
</div>