mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
🔥 Removed comment
This commit is contained in:
@@ -236,7 +236,6 @@ function browseResults(wantedPage) {
|
|||||||
if (wantedPage > 0 && wantedPage < nbPages + 1) {
|
if (wantedPage > 0 && wantedPage < nbPages + 1) {
|
||||||
let offset = (wantedPage * RESULTS_NUMBER) - RESULTS_NUMBER
|
let offset = (wantedPage * RESULTS_NUMBER) - RESULTS_NUMBER
|
||||||
submitForm(offset)
|
submitForm(offset)
|
||||||
// window.location.href = `index.php?search=${search}&option=${queryOption}&offset=${offset}`
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user