startersclan / hlstatsx-community-edition

HLstatsX Community Edition 🥇 PHP 8 and GeoIP2 supported. Dockerized 🐳
GNU General Public License v2.0
15 stars 10 forks source link

Google MAP load Fix #58

Open Destructor opened 1 month ago

Destructor commented 1 month ago

Error on json.parse Tempo Fix with add this on the head

    <script type="text/javascript">window.JSONBrowser = window.JSON;</script>   

and

<script type="text/javascript"> window.JSON.parse = window.JSONBrowser.parse; window.JSON.stringify = window.JSONBrowser.stringify; </script>