Expand my Community achievements bar.

SOLVED

How to show warning message when Javascript is disabled in AEM

Avatar

Level 2

What I have tried is adding the following snippet in global.jsp,But each time a reguest comes to global.jsp it shows up multiple times when javscript is disabled.

 

Is there any better way to show a warning message in AEM when JS is disabled?

<html>

<head>

<noscript>

Javascript is disabled

</noscript>

</head>

</html>

1 Accepted Solution

Avatar

Correct answer by
Level 10

probably adding in the headlibs.jsp at the template level should help !

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

probably adding in the headlibs.jsp at the template level should help !