Add network verification

The app doesn't try to get or update the data if the phone is not
online.
This commit is contained in:
dario-cfpt
2020-03-10 10:41:46 +01:00
parent 5336ae83d8
commit bf22d8afc2
4 changed files with 75 additions and 40 deletions

View File

@ -104,13 +104,13 @@
<!-- Your custom app scripts -->
<script src="js/app.js"></script>
<script src="js/index.js"></script>
<script src="js/database.js"></script>
<script src="js/graph.js"></script>
<script src="js/feclass.js"></script>
<script src="js/stats.js"></script>
<script src="js/feclass-stats.js"></script>
<script src="js/comparator.js"></script>
<script src="js/index.js"></script>
</body>
</html>