add dropdown scripts

This commit is contained in:
SowinskiBraeden committed 2025-05-14 15:05:14 -07:00
1 parent 61db8e162f
commit 60238b7a9a
2 files changed
+2 -1

No files matched your search

+1 -1
View File
@@ -61,7 +61,7 @@
<script src="/static/scripts/assetManager.js"></script>
<script>
// Ensure all assets popup modals are locked and reset on page load
let assets = JSON.parse("<%= assets %>");
let assets = <%- JSON.stringify(assets) %>;
assets.forEach((asset) => {
lockAsset(asset._id, asset.icon);
});
+1
View File
@@ -20,6 +20,7 @@
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/flowbite@3.1.2/dist/flowbite.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="/static/scripts/footer.js"></script>
</body>