From 47c0ab4982cb9ee9c15ce0d055ad830b1ec9e5b6 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Mon, 5 Jul 2010 22:58:43 +0200 Subject: Add month navigation --- static/js/show.js | 1 + 1 file changed, 1 insertion(+) (limited to 'static/js/show.js') 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(); }); -- cgit v1.2.3-54-g00ecf