Compare commits

2 Commits
Author SHA1 Message Date
cedric 98c2818c3f fix: change cache name
Déploiement PROD / check (push) Successful in 3m24s
Déploiement PROD / deploy (push) Successful in 8s
2026-07-26 19:47:15 +04:00
cedric 6c432c517f fix: call load-more endpoint without .php extension 2026-07-26 19:46:16 +04:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -456,7 +456,7 @@ document.addEventListener('DOMContentLoaded', function() {
button.disabled = true;
// Préparer l'URL avec les paramètres
let url = `ajax/load-more-videos.php?type=${videoType}&page=${page}`;
let url = `ajax/load-more-videos?type=${videoType}&page=${page}`;
if (videoType === 'category' && categoryId) {
url += `&category=${categoryId}`;
}
+2 -2
View File
@@ -2,8 +2,8 @@
// Tout changement de ce fichier déclenche l'installation d'un nouveau
// Service Worker chez les visiteurs ; les anciens caches sont purgés à
// l'activation (voir l'event 'activate' plus bas).
const STATIC_CACHE_NAME = 'annu-kute-ced-static-26072026-1851';
const DYNAMIC_CACHE_NAME = 'annu-kute-ced-dynamic-26072026-1851';
const STATIC_CACHE_NAME = 'annu-kute-ced-static-26072026-1946';
const DYNAMIC_CACHE_NAME = 'annu-kute-ced-dynamic-26072026-1946';
// Ressources à mettre en cache immédiatement
const STATIC_ASSETS = [