1//DokuWiki is occasionally incompatible with the latest jQuery (depending on release versions, etc).
2//Here, we restore the original version of jQuery that DokuWiki was using. This
3//should be the last script loaded by a page.
4var jQuery_Bootstrap = jQuery;
5jQuery.noConflict(true);
6
7