summaryrefslogtreecommitdiff
path: root/static/js/show.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/show.js')
-rw-r--r--static/js/show.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/show.js b/static/js/show.js
index 2c43015..333ce17 100644
--- a/static/js/show.js
+++ b/static/js/show.js
@@ -1,4 +1,5 @@
$(document).ready(function(){
+
$(".detail > .heading").click(function() {
$(this).prevAll(".mark:last").click();
});