Commit ad30aefe by Alonso Moreno Postigo

[EDIT] Ubigeo arreglado

parent aea53678
......@@ -130,7 +130,7 @@ function validarSelect() {
} else {
$('#select_provincia').val(0);
$('#select_distrito').val(0);
$('#select_distrito').val('<option value="0">[ SELECCIONE ]</option>');
$('#select_distrito').html('<option value="0">[ SELECCIONE ]</option>');
$('#select_provincia').selectpicker('refresh');
$('#select_distrito').selectpicker('refresh');
......
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