hardcode inno.json include for now v0.2
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 2 May 2019 10:39:01 +0000 (12:39 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 2 May 2019 10:39:01 +0000 (12:39 +0200)
Request is not readily available with vector.im relays.
Reverts 1d18af433a (2019-05-02) [include data from request parameter].

widget.html

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