Skip to content
Snippets Groups Projects
Commit 5ca922d0 authored by Brett Bieber's avatar Brett Bieber
Browse files

Add <noscript> to the design survey.

parent f8cd5b89
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,10 @@ var survey_url = '<?php echo str_replace('index.php', '', $_SERVER['SCRIPT_NAME' ...@@ -24,7 +24,10 @@ var survey_url = '<?php echo str_replace('index.php', '', $_SERVER['SCRIPT_NAME'
</head> </head>
<body marginheight="0" topmargin="0" leftmargin="0" rightmargin="0"; marginwidth="0"> <body marginheight="0" topmargin="0" leftmargin="0" rightmargin="0"; marginwidth="0">
<noscript>
<h2>Sorry, JavaScript is required to complete the design survey!</h2>
<p>You must enable JavaScript before moving forward.</p>
</noscript>
<?php if ($voter->step==0 && $voter->functions[START] == 'heavyLoadNotice'): ?> <?php if ($voter->step==0 && $voter->functions[START] == 'heavyLoadNotice'): ?>
<div id="introduction"> <div id="introduction">
<div id="content"> <div id="content">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment