summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-05-18 09:12:16 +0300
committerAndrew Dolgov <[email protected]>2020-05-18 09:12:16 +0300
commitb09a0ed5d1861e0f291c2d76ed801556549e5588 (patch)
treea78bcbc1b2c456a6e36a0b952a244542fb69312f /js
parent021a845638d8003751980a8bc16da149702cf46b (diff)
show search box in app mode (except for offline)
Diffstat (limited to 'js')
-rw-r--r--js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/app.js b/js/app.js
index 33333e8..1816095 100644
--- a/js/app.js
+++ b/js/app.js
@@ -44,6 +44,7 @@ const App = {
if (typeof EpubeApp != "undefined") {
$(".navbar").hide();
$(".epube-app-filler").show();
+ $(".separate-search").show();
if ($.urlParam("mode") == "favorites")
EpubeApp.setPage("PAGE_FAVORITES");