Skip to content

Commit

Permalink
chore: Removes duplicate script from index.html (#24)
Browse files Browse the repository at this point in the history
* Removes duplicate script from index.html

* Update index.html

* Update index.html
  • Loading branch information
cgutierr-zgz authored Mar 25, 2024
1 parent 9ec7168 commit c46ee36
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions __brick__/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
<div id="progress-bar" style="border: 1px solid blue; width: 250px; height: 50px;">
<div id="progress-indicator" style="background-color: blue; height: 100%; width: 0%;"></div>
</div>
<script>
// The value below is injected by flutter build, do not touch.
var serviceWorkerVersion = null;
</script>
<script>
(function() {
const progressBar = document.querySelector('#progress-bar');
Expand Down

0 comments on commit c46ee36

Please sign in to comment.