Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
| 34 | 34 | ||
| 35 | <script> | 35 | <script> |
| 36 | // The value below is injected by flutter build, do not touch. | 36 | // The value below is injected by flutter build, do not touch. |
| 37 | - var serviceWorkerVersion = null; | 37 | + const serviceWorkerVersion = null; |
| 38 | </script> | 38 | </script> |
| 39 | <!-- This script adds the flutter initialization JS code --> | 39 | <!-- This script adds the flutter initialization JS code --> |
| 40 | <script src="flutter.js" defer></script> | 40 | <script src="flutter.js" defer></script> |
-
Please register or login to post a comment