Skip to content

Commit

Permalink
fix: add missing script hash
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Aug 27, 2024
1 parent 9f8cab1 commit 8915178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="icon" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<link rel="manifest" href="/manifest.json" />
<script>
<script integrity="sha256-rx9EtEVmqxUIzMXrtl4DeG1J3qw+cWA3RniGteNFzho=">
if (window.location.pathname === "/") {
const lastOpenedBudget = localStorage.getItem("guitos_lastOpenedBudget");
if (lastOpenedBudget) {
Expand Down

0 comments on commit 8915178

Please sign in to comment.