Widget: UserGuidance: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 883: Line 883:


             if (answerId.indexOf('safe') !== -1) {
             if (answerId.indexOf('safe') !== -1) {
                 if (act.url) window.location.assign(act.url)
                 if (act?.url) window.location.assign(act.url)
                 else window.location.assign('/index.php/Feel_Safe');
                 else window.location.assign('/index.php/Feel_Safe');
             }
             }

Revision as of 12:21, 9 October 2023

Development version of the User Guidance.
Under construction.