diff pages/vote.inc.php @ 999:3714c6c53529

Add helpful notice for people who have JavaScript disabled while voting.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Jan 2015 10:28:02 +0200
parents 7d7bd913649c
children ffacd904fd1f
line wrap: on
line diff
--- a/pages/vote.inc.php	Fri Jan 09 15:19:01 2015 +0200
+++ b/pages/vote.inc.php	Thu Jan 15 10:28:02 2015 +0200
@@ -79,6 +79,9 @@
 {
   stCommonAJAX("usrajax.php", "usrlogout.php");
 ?>
+<noscript>
+<div class="notice">If your browser supports JavaScript, enable it for smoother voting experience.</div>
+</noscript>
 <script type="text/javascript">
 
 function updateVote(eid, value)