From 907d5e737957be0b57dc1827331a79fae3d2f532 Mon Sep 17 00:00:00 2001 From: yann Date: Mon, 10 Mar 2025 11:43:14 +0100 Subject: [PATCH] remove unused var --- script.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/script.js b/script.js index 8fd75db..1ea226d 100644 --- a/script.js +++ b/script.js @@ -1,18 +1,6 @@ const url_title = "http://localhost:8000/api/v1/titles/"; const url_genre = "http://localhost:8000/api/v1/genres/"; -const blockEnd = ` - - - -`; - -let filmNumber = 10 -let categoryMovieBlock = 6 - - - - // get categories and create the options in select menu async function getCategory() { listeGenres = [];