You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two problems have to be solved so that spoiler buttons as implemented in MyCode also work on whfefe:
the quote scrubbing function must be modified to both detect the opening (<blockquote style="display:none;" class="spoiler">) and closing quote tag of spoiler containers and leave them alone
the Javascript code in tags must be fixed, preferably in an external script
<li><!-- ... --><br><div><buttontype="button" onclick="this.update('Spoiler '+(this.next('blockquote').toggle().visible()?'verstecken':'anzeigen'));">Spoiler anzeigen</button><br><blockquotestyle="display:none;" class="spoiler"><!-- content of spoiler goes here --><!-- {/blockquote} tag is missing here, which also clobbers $quotedepth and throws off nested quotes/spoilers --></div><!-- ... --></li>
The text was updated successfully, but these errors were encountered:
Two problems have to be solved so that spoiler buttons as implemented in MyCode also work on whfefe:
<blockquote style="display:none;" class="spoiler">
) and closing quote tag of spoiler containers and leave them aloneCurrently broken example:
The text was updated successfully, but these errors were encountered: