summaryrefslogtreecommitdiff
path: root/offline.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-27 16:55:04 +0300
committerAndrew Dolgov <[email protected]>2017-02-27 16:55:04 +0300
commit4d64e984b1ff62de3571fc132fbfced7ef24b311 (patch)
tree1dee4c6ef0dd781c1bd9d2f70f022ee706de00fd /offline.html
parent292b735fd8b8efa8da767321113c01c7e1ae0f64 (diff)
offline: add button to remove all books; index: do not move the list when using cache dropdown item
Diffstat (limited to 'offline.html')
-rw-r--r--offline.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/offline.html b/offline.html
index 7a12545..4858082 100644
--- a/offline.html
+++ b/offline.html
@@ -41,11 +41,9 @@
<li class="active"><a href="offline.html">Local</a></li>
</ul>
- <!-- <form class="navbar-form navbar-right">
- <input type="text" name="query" class="form-control"
- value="">
- <button type="submit" class="btn btn-default">Search</button>
- </form> -->
+ <form class="navbar-form navbar-right">
+ <button type="submit" onclick="offline_clear()" class="btn btn-default">Remove all</button>
+ </form>
</div>