Skip to content

Commit 940dbc9

Browse files
added warning modal for while data is being moved 2
1 parent a292e26 commit 940dbc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,9 @@ <h5 class="modal-title text-warning fw-bold">Notice About Pricing Data</h5>
516516
<script src="app.js"></script>
517517
<script>document.querySelectorAll('[data-bs-toggle="tooltip"]').forEach(el => {
518518
new bootstrap.Tooltip(el);
519+
});
519520
const warningModal = new bootstrap.Modal(document.getElementById('pricingWarningModal'));
520521
warningModal.show();
521-
});</script>
522+
</script>
522523
</body>
523524
</html>

0 commit comments

Comments
 (0)