🔥 Removed comment

This commit is contained in:
Florian SYLVAIN
2022-01-06 16:52:50 +01:00
parent 62be572702
commit 64a245fc1d
-1
View File
@@ -236,7 +236,6 @@ function browseResults(wantedPage) {
if (wantedPage > 0 && wantedPage < nbPages + 1) {
let offset = (wantedPage * RESULTS_NUMBER) - RESULTS_NUMBER
submitForm(offset)
// window.location.href = `index.php?search=${search}&option=${queryOption}&offset=${offset}`
}
}