Refactored project

This commit is contained in:
2020-01-31 20:43:21 -06:00
parent 42269c22b4
commit ed12f312bb
12 changed files with 435 additions and 402 deletions

View File

@@ -29,7 +29,7 @@ body, html {
</span>
<script src="../scripts/sweetalert.js"></script>
<script src="../scripts/libs/sweetalert.js"></script>
<script src="../scripts/background.js"></script>
</body>
</html>

View File

@@ -42,9 +42,10 @@
<a id="downloadAnchorElem" href="#"></a>
<script src="../scripts/libs/sweetalert.js"></script>
<script src="../scripts/utils.js"></script>
<script src="../scripts/actions.js"></script>
<script src="../scripts/session-manager.js"></script>
<script src="../scripts/events.js"></script>
<script src="../scripts/sweetalert.js"></script>
<script src="../scripts/sessionManager.js"></script>
</body>
</html>