summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-03-06 11:37:16 +0300
committerAndrew Dolgov <[email protected]>2017-03-06 11:37:16 +0300
commitdf22bda667f72db5f3d684c7c078fc918be42bf9 (patch)
tree68b4af96623fd84daa86d45dcf740104fb8494d2 /index.php
parent3cfa1d1cae9cc5dc1b4ca3210ae39a16e3c45ccf (diff)
do not scroll index to top when showing summary
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index d67a39e..e33fbd0 100644
--- a/index.php
+++ b/index.php
@@ -246,7 +246,7 @@
}
?> -->
- <li><a href="#" onclick="show_summary(this)"
+ <li><a href="#" onclick="return show_summary(this)"
data-book-id="<?php echo $line["id"] ?>">Summary</a></li>
<?php if ($line["epub_id"]) { ?>