diff --git a/assets/js/jquery.pids.js b/assets/js/jquery.pids.js index 3ba7df1..76ec55f 100644 --- a/assets/js/jquery.pids.js +++ b/assets/js/jquery.pids.js @@ -350,6 +350,7 @@ jQuery(document).ready(function($) { const searchParams = new URLSearchParams(currentURL); if (searchParams.has("mvhash")) { if (searchParams.get("mvhash") == correct_mvhash) { + console.log("cachebusting not required"); return; } }