Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
Line 106: Line 106:
 
     <script>
 
     <script>
 
         fetch('/api.php?action=query&meta=userinfo&uiprop=email|registrationdate&format=json')
 
         fetch('/api.php?action=query&meta=userinfo&uiprop=email|registrationdate&format=json')
         // .then(response => response.json())
+
         .then(response => response.json())
 
         .then(data => console.log(data))
 
         .then(data => console.log(data))
 
     </script>
 
     </script>

Revision as of 09:34, 2 June 2022

Development verstion of the DCT Homepage.
Not ready for production!