Skip to content

Commit 68adec3

Browse files
committed
correccion otros pormenores
1 parent 6f8f845 commit 68adec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ document.addEventListener('DOMContentLoaded', async function () {
100100
localStorage.setItem('prodsPagPpal', JSON.stringify(prodsPagPpal));
101101

102102
function abrirPagDetalle () {
103-
window.open('./pages/detalleFiltrados.html')
103+
window.open('../pages/detalleFiltrados.html')
104104
}
105105

106106
const botonFiltroMujer = document.getElementById('botonFiltroMujer');

0 commit comments

Comments
 (0)