Skip to content

Commit de643e2

Browse files
author
Arne Henrik Cornelius Rekemeyer
committed
adds noscript block
1 parent 6987ea4 commit de643e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/Private/Fusion/Scripts.fusion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ prototype(Sitegeist.FusionForm.FriendlyCaptcha:Scripts) < prototype(Neos.Fusion.
33
<script type="module" src="https://unpkg.com/[email protected]/widget.module.min.js" async defer></script>
44
<script nomodule src="https://unpkg.com/[email protected]/widget.min.js" async defer></script>
55
<script nomodule src="https://cdn.jsdelivr.net/npm/[email protected]/widget.min.js" async defer></script>
6+
<noscript><p style="color:red;">Please enable JavaScript in your browser to view this website.</p></noscript>
67
`
78
}

0 commit comments

Comments
 (0)