Files
opensourcepos/_includes/scripts.html
BudsieBuds ac6ccf4abb Improvements
Fixed relative_url linking; fixes tooltips and color modes. Add README. Readability improvement.
2024-11-08 18:24:41 +01:00

4 lines
357 B
HTML

<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="{{ '/assets/js/bs-colormodes.js' | relative_url }}"></script>
<script src="{{ '/assets/js/bs-tooltips.js' | relative_url }}"></script>