Add toast notifications plugin

This commit is contained in:
SillyLossy
2023-05-17 20:53:32 +03:00
parent f3088517b9
commit 60bf3f4a70
3 changed files with 10 additions and 0 deletions

1
public/css/toastr.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -14,6 +14,7 @@
<link href="css/jquery-ui.min.css" rel="stylesheet">
<link href="css/bright.min.css" rel="stylesheet">
<link href="css/cropper.min.css" rel="stylesheet">
<link href="css/toastr.min.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="57x57" href="img/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-icon-72x72.png" />
@ -41,6 +42,7 @@
<script src="scripts/moment.min.js"></script>
<script src="scripts/cropper.min.js"></script>
<script src="scripts/jquery-cropper.min.js"></script>
<script src="scripts/toastr.min.js"></script>
<script type="module" src="scripts/eventemitter.js"></script>
<script type="module" src="scripts/power-user.js"></script>
<script type="module" src="scripts/swiped-events.js"></script>

7
public/scripts/toastr.min.js vendored Normal file

File diff suppressed because one or more lines are too long