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 749: Line 749:
                         'Keyword monitoring': true,
                         'Keyword monitoring': true,
                         'Text analysis': true
                         'Text analysis': true
                    }
                }
            },
            'tc-who-cit-guide': {
                filter: {
                    'Covers Thematic': {
                        'Crisis communication': true
                     }
                     }
                 }
                 }
Line 770: Line 777:


             if (answerId.indexOf('guide') !== -1) {
             if (answerId.indexOf('guide') !== -1) {
                 window.location.assign('/index.php/List_of_Guidelines');
                const enc = btoa(encodeURIComponent(JSON.stringify(act)));
                 window.location.assign('/index.php/List_of_Guidelines' + (act ? '?do=' + enc : ''));
             }
             }



Revision as of 12:07, 23 June 2023

Development version of the User Guidance.
Under construction.