Added swipeL + swipeR + arrowL + arrowR events to DailyCharts form (#22)
* Added swipeL + swipeR + arrowL + arrowR events to DailyCharts form * Added swipeL + swipeR + arrowL + arrowR events to DailyCharts form * changed indicator from div to img, using spinner.gif * changed indicator from div to img, using spinner.gif * invert swipe directions --------- Co-authored-by: Louis Croisez <louis.croisez@gmail.com>
This commit is contained in:
@@ -148,6 +148,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>
|
||||
</tr>
|
||||
</table>
|
||||
<?php // <br><button type="button" onclick="showDialog()">Export as CSV for eBird</button><br><br> ?>
|
||||
|
||||
Reference in New Issue
Block a user