Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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>
Solved! Go to Solution.
probably adding in the headlibs.jsp at the template level should help !
View solution in original post
Views
Likes
Replies