Widget: UserGuidance: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 838: | Line 838: | ||
if (answerId.indexOf('case') !== -1) { | if (answerId.indexOf('case') !== -1) { | ||
window.location.assign('/index.php/List_of_Use_Cases'); | const enc = btoa(encodeURIComponent(JSON.stringify(act))); | ||
window.location.assign('/index.php/List_of_Use_Cases' + (act ? '?do=' + enc : '')); | |||
} | } | ||
Revision as of 13:42, 23 June 2023
Development version of the User Guidance.
Under construction.