JPLTedCas commited on
Commit
54e58ff
·
verified ·
1 Parent(s): 7611efd

Update index.html

Browse files
Files changed (1) hide show
  1. 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">Todas</option>
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>