1/**
2 * Javascript functionality for the DokuBook template
3 *
4 * @author Michael Klier <chi@chimeric.de>
5 */
6
7// attach the AJAX index to the sidebar index
8addInitEvent(function(){
9    index.treeattach($('sb__index__tree'));
10});
11
12