From 64a245fc1ddbd8dc6dd298e59353f38defb6f1b4 Mon Sep 17 00:00:00 2001 From: Florian SYLVAIN Date: Thu, 6 Jan 2022 16:52:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removed=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjetProgWeb/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ProjetProgWeb/app.js b/ProjetProgWeb/app.js index 55cf221..4676e92 100644 --- a/ProjetProgWeb/app.js +++ b/ProjetProgWeb/app.js @@ -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}` } }