Found issue after last commit

This was an issue early in development. Found and fixed the problem.
reminder
Etzelia 2018-10-02 18:27:05 +02:00
parent 256cfe8b0d
commit c8c8e5eeda
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
{% elif results == 'EMPTY' %}
<h2>No Data</h2>
{% else %}
<table id="reportTable" class="table table-hover link-table">
<table id="model-table" class="table table-hover link-table">
<thead>
<tr>
<th>{% if report == 'players' %}Name{% else %}Entity{% endif %}</th>
@ -61,7 +61,7 @@
{% endif %}
<script>
$(document).ready(function() {
$("#reportTable").DataTable({
$("#model-table").DataTable({
'lengthMenu': [ [ 10, 25, 50, 100, -1 ], [ 10, 25, 50, 100, "All" ] ],
'initComplete': function(settings, json) {
$("#content").show();