Merge branch 'ui-tweaks' of https://github.com/mcguirepr89/BirdNET-Pi into ui-tweaks

This commit is contained in:
ehpersonal38
2022-05-17 18:54:51 -04:00
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -282,13 +282,13 @@ if(isset($_GET['species'])){ ?>
echo "<tr>
<td class='relative'>$date $time<br>$confidence<br><img style='cursor:pointer' onclick='toggleLock(\"".$filename_formatted."\",\"".$type."\", this)' class=\"copyimage\" width=25 title=\"".$title."\" src=\"".$imageicon."\">
<a href=\"$filename\"><img loading=\"lazy\" src=\"$filename.png\"></a>
<a href=\"$filename\"><img src=\"$filename.png\"></a>
</td>
</tr>";
} else {
echo "<tr>
<td class='relative'>$date $time<br>$confidence<br>
<a href=\"$filename\"><img loading=\"lazy\" src=\"$filename.png\"></a>
<a href=\"$filename\"><img src=\"$filename.png\"></a>
</td>
</tr>";
}