Skip to content

Commit

Permalink
Update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo van de Put committed Dec 17, 2020
1 parent 5f17f92 commit 7f7e3d7
Show file tree
Hide file tree
Showing 3 changed files with 34,467 additions and 34,509 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/static/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {
"version.json": "423072ad2cd7894e1d8008f9c41f81b8",
"index.html": "40727622da931a8d260a4229cba8c387",
"/": "40727622da931a8d260a4229cba8c387",
"main.dart.js": "d72f3ebfb464b2b43bc64202c6945852",
"index.html": "68a5f59c1bcc2d24870cd94814f29a8f",
"/": "68a5f59c1bcc2d24870cd94814f29a8f",
"main.dart.js": "a85e47ad0e4f7976ae209d7041bef9f5",
"favicon.png": "4708e9d867b33c1cdc52102923f1ae96",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=3405734728');
navigator.serviceWorker.register('flutter_service_worker.js?v=2993791307');
});
}
</script>
Expand Down
Loading

0 comments on commit 7f7e3d7

Please sign in to comment.