aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorEiner von Vielen <tomwie@users.sourceforge.net>2015-01-13 00:06:44 +0100
committerEiner von Vielen <tomwie@users.sourceforge.net>2015-01-13 00:06:44 +0100
commit43b877caa1381c2ac8a031751acd2dab3ec739f0 (patch)
tree9b2e6e74c9e3ffa5ead6a7f89b6b7663fbb6dafa /view/js
parent9fc9af87e375e65a2bdee4d3c4009df9ed52b4aa (diff)
downloadvolse-hubzilla-43b877caa1381c2ac8a031751acd2dab3ec739f0.tar.gz
volse-hubzilla-43b877caa1381c2ac8a031751acd2dab3ec739f0.tar.bz2
volse-hubzilla-43b877caa1381c2ac8a031751acd2dab3ec739f0.zip
Test
...with table of content. jquery.tableofconent.js works bunt not properly
Diffstat (limited to 'view/js')
-rw-r--r--view/js/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 9d5136c34..459600793 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -1125,6 +1125,8 @@ $(document).ready(function() {
$(".autotime").timeago();
+ $("#toc").tableOfContents();
+
});