/* * DokuWiki Bootstrap3 Template: Plugins Hacks! * * Home http://dokuwiki.org/template:bootstrap3 * Author Giuseppe Di Terlizzi * License GPL 2 (http://www.gnu.org/licenses/gpl.html) */ // Monthcal Plugin var $monthcal = jQuery('table.monthcal'); if ($monthcal.length) { $monthcal.addClass('table'); }