remove unused var
This commit is contained in:
parent
207ea011b3
commit
907d5e7379
12
script.js
12
script.js
@ -1,18 +1,6 @@
|
|||||||
const url_title = "http://localhost:8000/api/v1/titles/";
|
const url_title = "http://localhost:8000/api/v1/titles/";
|
||||||
const url_genre = "http://localhost:8000/api/v1/genres/";
|
const url_genre = "http://localhost:8000/api/v1/genres/";
|
||||||
|
|
||||||
const blockEnd = `
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
`;
|
|
||||||
|
|
||||||
let filmNumber = 10
|
|
||||||
let categoryMovieBlock = 6
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// get categories and create the options in select menu
|
// get categories and create the options in select menu
|
||||||
async function getCategory() {
|
async function getCategory() {
|
||||||
listeGenres = [];
|
listeGenres = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user