Skip to content

Commit

Permalink
activate the redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
tamw-wnet committed Sep 27, 2024
1 parent 772b419 commit 23f4177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/jquery.pids.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 23f4177

Please sign in to comment.