From 396681cfb028d58bcdb69abd6cbcd06d1040c4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Marchal?= Date: Fri, 4 Mar 2022 14:26:36 +0100 Subject: [PATCH] Real iOS compatibility --- flashdex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashdex.js b/flashdex.js index 9bb0987..f52ee42 100644 --- a/flashdex.js +++ b/flashdex.js @@ -122,7 +122,7 @@ $(document).ready(function() function getFormattedSpriteButton(num) { if (num["sprite"] || num["origin"] == "Kanto") - return ''; + return '◀︎▶︎'; return ''; }