We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9930831 commit 6f8f845Copy full SHA for 6f8f845
js/index.js
@@ -100,7 +100,7 @@ document.addEventListener('DOMContentLoaded', async function () {
100
localStorage.setItem('prodsPagPpal', JSON.stringify(prodsPagPpal));
101
102
function abrirPagDetalle () {
103
- window.open('../pages/detalleFiltrados.html')
+ window.open('./pages/detalleFiltrados.html')
104
}
105
106
const botonFiltroMujer = document.getElementById('botonFiltroMujer');
0 commit comments