From ea92b523b1b40bb0794e084bee8c1e2521ef6252 Mon Sep 17 00:00:00 2001 From: raditarahman5-cloud Date: Wed, 10 Jun 2026 21:06:54 +0700 Subject: [PATCH] fix: Bypass browser cache for script.js --- infra/index.php | 2 +- sosial/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/index.php b/infra/index.php index c6d7b1b..ba61422 100644 --- a/infra/index.php +++ b/infra/index.php @@ -128,7 +128,7 @@ require_once '../api/db.php'; // Penanda untuk script.js agar tahu konteks dashboard window.dashboardType = 'infra'; - + \ No newline at end of file diff --git a/sosial/index.php b/sosial/index.php index b7e162a..45bee83 100644 --- a/sosial/index.php +++ b/sosial/index.php @@ -133,7 +133,7 @@ require_once '../api/db.php'; // Penanda untuk script.js agar tahu konteks dashboard window.dashboardType = 'sosial'; - + \ No newline at end of file