busqueda avanzada

parent 8062d9f2
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
//console.log(clouds) //console.log(clouds)
//TODO //TODO
document.getElementById("cloudPercentageSelector").value = clouds; document.getElementById("cloudPercentageSelector").value = clouds;
if (parseInt(clouds) > 100) { if (parseInt(clouds) > 100) {
document.getElementById("cloudPercentageSelector").value = 100; document.getElementById("cloudPercentageSelector").value = 100;
} }
if (parseInt(clouds) < 0) { if (parseInt(clouds) < 0) {
......
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