Skip to content

Commit

Permalink
Use non-minified js in test pages for easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Aug 5, 2024
1 parent b6fd80a commit 968d982
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/test/select-multiple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion public/test/select-one/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion public/test/text/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

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

Expand Down

0 comments on commit 968d982

Please sign in to comment.