update to bootstrap 3.3.7

This commit is contained in:
David Miller
2016-07-25 16:48:58 -04:00
parent 8eee15719f
commit 4eb66ac3b5
83 changed files with 3287 additions and 380 deletions

View File

@@ -8,9 +8,9 @@
<![CDATA[
$(document).ready(function() {
var table = $('#example').DataTable( {
responsive: true
} );
var table = $('#example').DataTable();
new $.fn.dataTable.Responsive( table );
} );
]]>