summaryrefslogtreecommitdiff
path: root/js/index.js
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 /js/index.js
parent3cfa1d1cae9cc5dc1b4ca3210ae39a16e3c45ccf (diff)
do not scroll index to top when showing summary
Diffstat (limited to 'js/index.js')
-rw-r--r--js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js
index ac418da..3faf152 100644
--- a/js/index.js
+++ b/js/index.js
@@ -166,5 +166,5 @@ function show_summary(elem) {
});
-
+ return false;
}