Skip to content

Commit

Permalink
Update dependency bootstrap to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 7c9952f commit 34e8e6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/desktop.html
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
crossorigin="anonymous"
integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+"
referrerpolicy="no-referrer"
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js"
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js"
></script>
</body>
</html>
2 changes: 1 addition & 1 deletion ui/iframe_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
crossorigin="anonymous"
integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+"
referrerpolicy="no-referrer"
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js"
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js"
></script>
</body>
</html>
2 changes: 1 addition & 1 deletion ui/mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
crossorigin="anonymous"
integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+"
referrerpolicy="no-referrer"
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js"
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js"
></script>
</body>
</html>

0 comments on commit 34e8e6c

Please sign in to comment.