Added link to <noscript> elements for browser-specific instructions on how to enable JavaScript.

This commit is contained in:
cappadona 2011-07-18 11:53:26 +00:00
parent 7acdc8bf5d
commit eb0f71fbc5
2 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@
<noscript>
<section id="error-alert">
<img src="${urls.images}/iconAlertBig.png" alt="Alert Icon"/>
<p>In order to edit content, you'll need to enable JavaScript.</p>
<p>In order to edit content, you'll need to enable JavaScript. Here are the <a href="http://www.enable-javascript.com">instructions for enabling JavaScript in your web browser</a>.</p>
</section>
</noscript>
</#if>

View file

@ -23,6 +23,6 @@
<!--[if lte IE 8]>
<noscript>
<p class="ie-alert">This site uses HTML elements that are not recognized by Internet Explorer 8 and below in the absence of JavaScript. As a result, the site will not be rendered appropriately. To correct this, please either enable JavaScript, upgrade to Internet Explorer 9, or use another browser.</p>
<p class="ie-alert">This site uses HTML elements that are not recognized by Internet Explorer 8 and below in the absence of JavaScript. As a result, the site will not be rendered appropriately. To correct this, please either enable JavaScript, upgrade to Internet Explorer 9, or use another browser. Here are the <a href="http://www.enable-javascript.com">instructions for enabling JavaScript in your web browser</a>.</p>
</noscript>
<![endif]-->