Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
Line 105: Line 105:
 
     <script>
 
     <script>
 
         console.log('test test')
 
         console.log('test test')
         $.getJSON("/api.php?action=query&list=allimages&aifrom=B", function(data) {
+
         $.getJSON("https://links.communitycenter.eu/api.php?action=query&list=allimages&aifrom=B", function(data) {
 
             console.log(data)
 
             console.log(data)
 
         });
 
         });

Revision as of 16:23, 1 June 2022

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