aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/famille.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/famille.js b/static/famille.js
index 491fb3c..b460392 100644
--- a/static/famille.js
+++ b/static/famille.js
@@ -20,7 +20,9 @@ $(document).ready(function(){
$(".tohide").hide(0);
});
$("#kadobutton").click(function(){
- $(".kadoscope").animate({opacity:"1"},"5000");
+ $(".kadoscope").animate({opacity:"1"},"5000");
});
$('span.timeago').timeago();
+ var addr = $(location).attr('pathname');
+ $("#"+addr.replace(/\//g,"")).addClass("active")
});