cleanup spinner

This commit is contained in:
frederik
2024-04-03 15:30:46 +02:00
parent 4f4438b5de
commit ba2081148c
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ function submitID() {
<tr>
<th>Total Detections For The Day</th>
<td><?php echo $totalcount['COUNT(*)']; ?></td>
<td><img id="SwipeSpinner" style="height:30px;"></td>
<td style="padding:unset"><img src="images/spinner.gif" id="SwipeSpinner" hidden style="height:30px;"></td>
</tr>
</table>
<?php // <br><button type="button" onclick="showDialog()">Export as CSV for eBird</button><br><br> ?>