Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
<div id="controls">
|
16 |
<label for="category">Selecciona una categoría:</label>
|
17 |
<select id="category" onchange="updateMarkers()">
|
18 |
-
<option value="all">
|
19 |
<option value="assessment">Assessment</option>
|
20 |
<option value="deployment">In Deployment</option>
|
21 |
<option value="operative">Operative</option>
|
|
|
15 |
<div id="controls">
|
16 |
<label for="category">Selecciona una categoría:</label>
|
17 |
<select id="category" onchange="updateMarkers()">
|
18 |
+
<option value="all">All</option>
|
19 |
<option value="assessment">Assessment</option>
|
20 |
<option value="deployment">In Deployment</option>
|
21 |
<option value="operative">Operative</option>
|