Skip to content

Commit

Permalink
Removed service worker for fixing purposes
Browse files Browse the repository at this point in the history
Also updated about page
  • Loading branch information
RSchneyer committed Jan 29, 2018
1 parent b8de6c2 commit ba901d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- Handmade files ("artisanal") -->
<script src='firebaseConfig.js'></script>
<script src= 'app.js'></script>
<script src= 'service-worker.js' ></script>
<!-- <script src= 'service-worker.js' ></script> -->
<script src='controllers/inputController.js'></script>
<script src='controllers/outputController.js'></script>
<script src='controllers/navController.js'></script>
Expand Down
2 changes: 1 addition & 1 deletion public/views/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ <h1>About the ScoutingFRC Team</h1>
<a href='https://github.com/RSchneyer/scoutingfrc/blob/master/README.md'>About us</a>


<p>v0.2.0</p>
<p>v0.3.0 as of 1/29/2018</p>

0 comments on commit ba901d5

Please sign in to comment.