improve members styling on small screens
[sc2-widget] / widget.html
index c604c5912391bc47bd3723a906c89676a45a30f9..ddcff037e93f8d90228421ba5dadc00a05e5640e 100644 (file)
@@ -12,7 +12,9 @@
 <body>
 <p id="clan">No clan data</p>
 <script>
-       fetch('/schtarr/inno.json')
+       let request = window.location.pathname.split('/')
+       request.splice(2, 1) // strip page name
+       fetch(request.join('/') + '.json')
        .then(res => res.json())
        .then(clan => {
                document.getElementById('clan').outerHTML = `