From 7a492caf7d758c8632d036976fc08035b6d10080 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Sun, 31 Oct 2021 16:02:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removed=20useless=20things?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjetProgWeb/app.js | 1 - ProjetProgWeb/navbar.php | 1 - 2 files changed, 2 deletions(-) diff --git a/ProjetProgWeb/app.js b/ProjetProgWeb/app.js index 3529c90..8a6e470 100644 --- a/ProjetProgWeb/app.js +++ b/ProjetProgWeb/app.js @@ -17,7 +17,6 @@ function requestToApi(author) { document.querySelector('#results').innerHTML = "" loader.style.display = "block" authorName = author.replace(/[^a-zA-Z0-9]/g,'') - console.log(authorName) fetch(`api.php?q=theses&author=${author}`) .then(response => response.json()) .then(data => displayResults(data)) diff --git a/ProjetProgWeb/navbar.php b/ProjetProgWeb/navbar.php index b3d6de7..bba639b 100644 --- a/ProjetProgWeb/navbar.php +++ b/ProjetProgWeb/navbar.php @@ -2,7 +2,6 @@