Skip to content

Commit

Permalink
Updated Bootstrap to v5.3. Updated layout.phtml to use Bootstrap JS b…
Browse files Browse the repository at this point in the history
…undle.

Signed-off-by: Eric Richer <eric.richer@vistoconsulting.com>
  • Loading branch information
visto9259 committed Mar 25, 2024
1 parent 27be3a7 commit 6c06b51
Show file tree
Hide file tree
Showing 10 changed files with 8,859 additions and 2,112 deletions.
2 changes: 1 addition & 1 deletion module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
</footer>
</div>
<?= $this->inlineScript()
->prependFile($this->basePath('js/bootstrap.min.js')) ?>
->prependFile($this->basePath('js/bootstrap.bundle.min.js')) ?>
</body>
</html>
Loading

0 comments on commit 6c06b51

Please sign in to comment.