changeset 1761:cf0369e8aeff

Use element id for slocation dropdown as well.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 20 Oct 2017 19:27:42 +0300
parents 9c9b9e0f78d2
children a35b392a40ce
files colormap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/colormap.c	Fri Oct 20 19:27:24 2017 +0300
+++ b/colormap.c	Fri Oct 20 19:27:42 2017 +0300
@@ -314,7 +314,7 @@
         fprintf(outFile,
         "</div>\n"
         " <form>\n"
-        "  <select name=\"slocation\" onChange=\"jsGotoPos();\" autofocus=\"autofocus\">\n"
+        "  <select id=\"slocation\" onChange=\"jsGotoPos();\" autofocus=\"autofocus\">\n"
         "@LOCATIONS@\n"
         "  </select>\n"
         "  <br />\n"