Commit 3e7f192e by vida092

bug target arreglado

parent 9666743a
......@@ -312,7 +312,7 @@
<div id="taxon_tree_root" class="col-md-6 col-sm-12 col-xs-12">
<label class = "text-sm"> <img src="images\numero-2.png"> Raiz taxonómica</label>
<select id="taxon_tree_root_value" class="form-control">
<option value="alert" selected>Seleccione Grupo</option>
<option value="tree_default" selected disabled>Seleccione Grupo</option>
<option value="familia">Familia</option>
<option value="genero">Genero</option>
<option value="nombrecientifico">Especie</option>
......
......@@ -304,13 +304,9 @@ var module_nicho = (function () {
});
// $("#disease_selected").change(function (e) {
// _VERBOSE ? console.log("Cambia enfermedad") : _VERBOSE;
// // No es necesario regenerar resultados
// _regenMessage();
// });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment