aboutsummaryrefslogtreecommitdiff
path: root/site/src/main/jekyll/assets/js/kamon.js
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/main/jekyll/assets/js/kamon.js')
-rw-r--r--site/src/main/jekyll/assets/js/kamon.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/site/src/main/jekyll/assets/js/kamon.js b/site/src/main/jekyll/assets/js/kamon.js
new file mode 100644
index 00000000..14a81e36
--- /dev/null
+++ b/site/src/main/jekyll/assets/js/kamon.js
@@ -0,0 +1,5 @@
+$(document).ready(function () {
+ $('label.tree-toggler').click(function () {
+ $(this).parent().children('ul.tree').toggle(300);
+ });
+}); \ No newline at end of file