Update stats.php

After clicking a species on Best Recordings, this scrolls the user down to exactly what they requested (especially helpful on mobile).
This commit is contained in:
ehpersonal38
2022-04-18 09:18:18 -04:00
parent e61e38c1c5
commit 14635d4e84
+2
View File
@@ -100,6 +100,8 @@ while($results=$result3->fetchArray(SQLITE3_ASSOC)){
</table>
<p>Loading Images from <a href=\"https://commons.wikimedia.org/w/index.php?search=$linkname&title=Special:MediaSearch&go=Go&type=image\" target=\"_blank\">Wikimedia Commons</a></p>", '6096');
echo "<script>document.getElementsByTagName(\"h3\")[0].scrollIntoView();</script>";
ob_flush();
flush();
$imagelink = "https://commons.wikimedia.org/w/index.php?search=$linkname&title=Special:MediaSearch&go=Go&type=image";