Widget: Homepage: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
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 15:23, 1 June 2022

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