1/* put 'DOKUWIKI:include_once' before any additional js you need */
2/* DOKUWIKI:include_once js/bootstrap-affix.js */
3/* KUWIKI:include_once js/bootstrap-alert.js */
4/* KUWIKI:include_once js/bootstrap-button.js */
5/* KUWIKI:include_once js/bootstrap-carousel.js */
6/* DOKUWIKI:include_once js/bootstrap-collapse.js */
7/* DOKUWIKI:include_once js/bootstrap-dropdown.js */
8/* KUWIKI:include_once js/bootstrap-modal.js */
9/* KUWIKI:include_once js/bootstrap-popover.js */
10/* KUWIKI:include_once js/bootstrap-scrollspy.js */
11/* KUWIKI:include_once js/bootstrap-tab.js */
12/* KUWIKI:include_once js/bootstrap-tooltip.js */
13/* KUWIKI:include_once js/bootstrap-transition.js */
14/* KUWIKI:include_once js/bootstrap-typeahead.js */
15//Fix for .navbar-fixed-top when accessing anchors
16var shiftWindow = function() { scrollBy(0, -45); };
17if (location.hash) shiftWindow();
18if ("onhashchange" in window) {
19	window.onhashchange=shiftWindow;
20} else
21	jQuery(window).bind('popstate', shiftWindow);
22