Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 770: Line 770:
 
             });
 
             });
 
             // End bugfix
 
             // End bugfix
 +
 +
            // Set up the table if parameter was passed.
 +
            const params = new URLSearchParams(window.location.search);
 +
            const enc = params.get('do');
 +
            console.log(enc)
 +
            if (enc) {
 +
                const decoded = JSON.parse(decodeURIComponent(atob(str)));
 +
                console.log(decoded)
 +
            }
 
         });
 
         });
  

Revision as of 14:36, 24 November 2022

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