summaryrefslogtreecommitdiffstats
path: root/js/news.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/news.js')
-rw-r--r--js/news.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/news.js b/js/news.js
index 71000fdda..699b8ce2f 100644
--- a/js/news.js
+++ b/js/news.js
@@ -77,5 +77,10 @@ $(document).ready(function(){
$(this).parent().children().toggle();
$(this).toggle();
});
+
+ $('.accordion .title').click(function() {
+ $(this).next().toggle();
+ return false;
+ }).next().hide();
}); \ No newline at end of file