aboutsummaryrefslogtreecommitdiff
path: root/src/app/index.html
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2024-06-08 18:20:53 +0200
committer0neGal <mail@0negal.com>2024-06-08 18:21:22 +0200
commit05b13e99a2ec632c63557c52ec22677b022e7d69 (patch)
tree63bc4837dc63dc42429f237b5fd9e89d2667acc1 /src/app/index.html
parenta8e0f5f0435ed6cedb4ff389ee31c210dab26100 (diff)
downloadViper-05b13e99a2ec632c63557c52ec22677b022e7d69.tar.gz
Viper-05b13e99a2ec632c63557c52ec22677b022e7d69.zip
convert js/toast.js to a CommonJS module
Renamed from `toast.js` to `toasts.js` as well
Diffstat (limited to 'src/app/index.html')
-rw-r--r--src/app/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/index.html b/src/app/index.html
index 4b89999..5d5f0fc 100644
--- a/src/app/index.html
+++ b/src/app/index.html
@@ -333,7 +333,6 @@
</div>
<script src="main.js"></script>
- <script src="js/toast.js"></script>
<script src="js/popups.js"></script>
<script src="js/tooltip.js"></script>
<script src="js/browser.js"></script>