Skip to content

Commit

Permalink
Merge pull request #8 from OGSteam/1.2.1
Browse files Browse the repository at this point in the history
Correction fonction js
  • Loading branch information
Roms0406 authored Jan 10, 2020
2 parents a37bd80 + ffb5fcf commit 3de3296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<tr class="total-line">
<?php if ($typeUser == 0) { ?>
<th style="medium-td"></th>
<th style="width: 20px; font-weight: bold;"></th>
<td style="width: 20px; font-weight: bold;"></td>
<?php } ?>
<th align=center style="width: 200px;"><?php echo $date ?></th>
<th align=center style="width: 75px;"><?php echo (string)$resDate['Total']['count'] ?></th>
Expand Down Expand Up @@ -442,7 +442,7 @@


<script type="text/javascript">
$(window).load(function () {
$(document).ready(function () {
$(".result-tab > tbody > tr").not(".total-line").hide();

$(function () {
Expand Down

0 comments on commit 3de3296

Please sign in to comment.