Skip to content

Commit c46ee36

Browse files
authored
chore: Removes duplicate script from index.html (#24)
* Removes duplicate script from index.html * Update index.html * Update index.html
1 parent 9ec7168 commit c46ee36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

__brick__/web/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@
4848
<div id="progress-bar" style="border: 1px solid blue; width: 250px; height: 50px;">
4949
<div id="progress-indicator" style="background-color: blue; height: 100%; width: 0%;"></div>
5050
</div>
51-
<script>
52-
// The value below is injected by flutter build, do not touch.
53-
var serviceWorkerVersion = null;
54-
</script>
5551
<script>
5652
(function() {
5753
const progressBar = document.querySelector('#progress-bar');

0 commit comments

Comments
 (0)