Added Confirmation to Close Ticket in Client Portal - Seperated cofirmation modal to a seperate JS file which is now included in the Client Portal

This commit is contained in:
johnnyq
2023-10-20 19:10:25 -04:00
parent fcfb162ec8
commit ba9442e6c3
5 changed files with 23 additions and 19 deletions

View File

@@ -28,6 +28,7 @@
<!-- AdminLTE App -->
<script src="dist/js/adminlte.min.js"></script>
<script src="js/app.js"></script>
<script src="js/confirm_modal.js"></script>
</body>
</html>