Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 678: Line 678:
 
                 // Action takes us to Tech Library
 
                 // Action takes us to Tech Library
 
                 const enc = btoa(encodeURIComponent(JSON.stringify(act)));
 
                 const enc = btoa(encodeURIComponent(JSON.stringify(act)));
                 window.location.assign('/index.php/List_of_Disaster_Community_Technologies?do=' + enc);
+
                 window.location.assign('/index.php/List_of_Disaster_Community_Technologies' + (act ? '?do=' + enc : ':'));
 
             }
 
             }
  

Revision as of 16:06, 24 November 2022

Development version of the Compass.
Not ready for production!