Actualiser js/admin.js

This commit is contained in:
2026-07-01 16:41:08 +02:00
parent f549ceabfc
commit 30c04f0aff
+1 -1
View File
@@ -1,5 +1,5 @@
const API_URL = '../api.php';
let allItems = [];
let dataStore = { critiques: [], videotheque: [] };
let currentAdminTab = 'videotheque'; // Défaut sur vidéothèque
let currentPage = 1;
const itemsPerPage = 12;