Skip to content

Commit

Permalink
Additional cache clear and make filter clear btn red
Browse files Browse the repository at this point in the history
  • Loading branch information
xdpirate committed Mar 12, 2024
1 parent 0e07a69 commit 100edfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header('Clear-Site-Data: "cache"');
header("Location: ./");
}

Expand Down
1 change: 1 addition & 0 deletions js/startscripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ function applyTheme(themeName) {
left: -1.5em;
width: 0;
user-select: none;
color: #f66;
}
Expand Down

0 comments on commit 100edfd

Please sign in to comment.