Changed to SweetAlerts2

This commit is contained in:
2020-02-26 02:21:16 -06:00
parent 5463be002e
commit c27108e3df
10 changed files with 3140 additions and 1523 deletions

View File

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

View File

@@ -42,7 +42,7 @@
<a id="downloadAnchorElem" href="#"></a>
<script src="../scripts/libs/sweetalert.js"></script>
<script src="../scripts/libs//sweetalert2.all.js"></script>
<script src="../scripts/utils.js"></script>
<script src="../scripts/actions.js"></script>
<script src="../scripts/session-manager.js"></script>