We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec7168 commit c46ee36Copy full SHA for c46ee36
__brick__/web/index.html
@@ -48,10 +48,6 @@
48
<div id="progress-bar" style="border: 1px solid blue; width: 250px; height: 50px;">
49
<div id="progress-indicator" style="background-color: blue; height: 100%; width: 0%;"></div>
50
</div>
51
- <script>
52
- // The value below is injected by flutter build, do not touch.
53
- var serviceWorkerVersion = null;
54
- </script>
55
<script>
56
(function() {
57
const progressBar = document.querySelector('#progress-bar');
0 commit comments