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// DataTables Plugin
10
11var $datatables = jQuery('.dt-wrapper');
12
13if ($datatables.length) {
14    $datatables.find('.table-responsive').removeClass('table-responsive');
15}
16