diff options
author | RedMatrix <info@friendica.com> | 2015-01-15 11:22:57 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2015-01-15 11:22:57 +1100 |
commit | b37915a40e4e049072698e604e61798445a339de (patch) | |
tree | 8442b35b92920a759f6b9e67030b8f151114e648 /view/php | |
parent | d6ae124bbd549629ec7d76bb1b1555d1344ac8b4 (diff) | |
parent | dfab2416926631b7b08c6c89b62528ca2520f130 (diff) | |
download | volse-hubzilla-b37915a40e4e049072698e604e61798445a339de.tar.gz volse-hubzilla-b37915a40e4e049072698e604e61798445a339de.tar.bz2 volse-hubzilla-b37915a40e4e049072698e604e61798445a339de.zip |
Merge pull request #850 from einervonvielen/toc
Added a table of content as bbcode element [toc] for webpages
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/theme_init.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index d43a87046..b3580b81f 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -43,6 +43,7 @@ head_add_js('library/colorbox/jquery.colorbox-min.js'); head_add_js('library/bootstrap-tagsinput/bootstrap-tagsinput.js'); head_add_js('library/jquery.AreYouSure/jquery.are-you-sure.js'); +head_add_js('library/tableofcontents/jquery.toc.js'); /** * Those who require this feature will know what to do with it. * Those who don't, won't. |