1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

trying to get datatables to align properly

This commit is contained in:
2015-05-05 13:20:18 +00:00
parent ed1b774bf2
commit 88acbda5e5

View File

@@ -2,6 +2,7 @@
<script> <script>
$(document).ready(function() { $(document).ready(function() {
$('#tournamentList').dataTable(); $('#tournamentList').dataTable();
pagingType: "bootstrap";
} ); } );
</script> </script>
<% if user_signed_in? %> <% if user_signed_in? %>