Skip to content

Commit

Permalink
Fixes settings page issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gruvw committed Jan 30, 2024
1 parent 55eeeea commit 8c0768f
Show file tree
Hide file tree
Showing 4 changed files with 482 additions and 482 deletions.
6 changes: 3 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const RESOURCES = {"canvaskit/canvaskit.js": "eb8797020acdbdf96a12fb0405582c1b",
"icons/Icon-512.png": "6ebdd2cbad73609dae04649eac5d8d38",
"icons/Icon-192.png": "58cc75e988bb112a941e797dce59fed4",
"icons/Icon-maskable-512.png": "6ebdd2cbad73609dae04649eac5d8d38",
"index.html": "2a49f03b51a0776e2ce300d3d17561a5",
"/": "2a49f03b51a0776e2ce300d3d17561a5",
"main.dart.js": "e34ffac421c7fd165262876399e60481"};
"index.html": "7a8da8dc931e9115c40e267051ffd2d1",
"/": "7a8da8dc931e9115c40e267051ffd2d1",
"main.dart.js": "f65cab5731886747a26aedab4c721351"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "3306501861";
const serviceWorkerVersion = "2681756514";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer=""></script>
Expand Down
Loading

0 comments on commit 8c0768f

Please sign in to comment.