Skip to content

Commit

Permalink
Version 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jshjohnson committed Oct 30, 2018
1 parent 293eed2 commit bd44abb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/assets/scripts/choices.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/assets/scripts/choices.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
<meta name="theme-color" content="#ffffff">

<!-- Ignore these -->
<link rel="stylesheet" href="assets/styles/base.min.css?version=4.0.2">
<link rel="stylesheet" href="assets/styles/base.min.css?version=4.0.3">
<!-- End ignore these -->

<!-- Optional includes -->
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=es5,fetch,Element.prototype.classList,requestAnimationFrame,Node.insertBefore,Node.firstChild,Object.assign"></script>
<!-- End optional includes -->

<!-- Choices includes -->
<link rel="stylesheet" href="assets/styles/choices.min.css?version=4.0.2">
<script src="assets/scripts/choices.min.js?version=4.0.2"></script>
<link rel="stylesheet" href="assets/styles/choices.min.css?version=4.0.3">
<script src="assets/scripts/choices.min.js?version=4.0.3"></script>
<!-- End Choices includes -->

<!--[if lt IE 9]>
Expand Down

0 comments on commit bd44abb

Please sign in to comment.