1/*
2 * DokuWiki Bootstrap3 Template: Plugins Hacks!
3 *
4 * Home     http://dokuwiki.org/template:bootstrap3
5 * Author   Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
6 * License  GPL 2 (http://www.gnu.org/licenses/gpl.html)
7 */
8
9// Monthcal Plugin
10
11var $monthcal = jQuery('table.monthcal');
12
13if ($monthcal.length) {
14    $monthcal.addClass('table');
15}
16