fix bootstrap js path

This commit is contained in:
HB9HIL
2026-02-16 09:06:48 +01:00
parent 6004f53278
commit e87ca38c89

View File

@@ -16,7 +16,7 @@
<script src="<?php echo $this->paths->cache_buster('/assets/js/jquery-3.3.1.min.js'); ?>"></script>
<script src="<?php echo $this->paths->cache_buster('/assets/js/jquery.fancybox.min.js'); ?>"></script>
<script src="<?php echo $this->paths->cache_buster('/assets/js/bootstrap.min.js'); ?>"></script>
<script src="<?php echo $this->paths->cache_buster('/assets/js/bootstrap.bundle.min.js'); ?>"></script>
</head>
<body class="container-fluid qso-edit-box">