slider de mapa

parent f9771a22
......@@ -561,7 +561,7 @@
index++;
console.log(index);
if (index >= lista_productos.length)
index = 0;
index = 0;
console.log(lista_productos[index]);
window.location.replace("../reports/"+lista_productos[index]);
......
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