How to ensure javascript in the browser is always enabled while traversing my plone site
        Posted  
        
            by 
                user956424
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user956424
        
        
        
        Published on 2012-08-28T07:38:47Z
        Indexed on 
            2012/08/28
            15:38 UTC
        
        
        Read the original article
        Hit count: 309
        
JavaScript
|plone
I wish to disable loading the plone site if JS is disabled in the browser. Where exactly do I change the code? Which template/skin do I choose? I want to ensure that JS is always enabled while browsing any part of the plone site. While browsing, if JS is disabled, I can redirect to another page with tag to enable the JS in the browser and give a hlink to the site back if it is enabled. I am using Plone 4.1
© Stack Overflow or respective owner