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>
$(document).ready(function() {
$('#tournamentList').dataTable();
pagingType: "bootstrap";
} );
</script>
<% if user_signed_in? %>