Widget: UserGuidance: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 493: | Line 493: | ||
<div class="subtheme"> | <div class="subtheme"> | ||
<h4>What do you have to consider to facilitate strategic and inclusive use of social media and crowdsourcing in your | <h4 class="rw">What do you have to consider to facilitate strategic and inclusive use of social media and crowdsourcing in your | ||
organisation in disaster situations?</h4> | organisation in disaster situations?</h4> | ||
</div> | </div> | ||
Line 668: | Line 668: | ||
if (event.target.tagName === 'H4') { | if (event.target.tagName === 'H4') { | ||
document.querySelectorAll('H4').forEach(el => { | document.querySelectorAll('H4').forEach(el => { | ||
if (el === event.target) el.classList.toggle('opened'); | if (el === event.target && !el.classList.contains('rw')) el.classList.toggle('opened'); | ||
else el.classList.remove('opened'); | else el.classList.remove('opened'); | ||
}); | }); |
Revision as of 14:28, 22 June 2023
Development version of the User Guidance.
Under construction.