Skip to content

Commit

Permalink
BDOG-2077 Modify list.js source code to allow search by punctuation
Browse files Browse the repository at this point in the history
This bug was introduced in List.js:2.3.0, and a fix has been proposed
which has not yet been merged: javve/list.js#721

This commit uses the proposed fix above.
  • Loading branch information
jonnydh committed Aug 11, 2022
1 parent 7a86c88 commit f4ab32f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
3 changes: 1 addition & 2 deletions app/views/standard_layout.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="@routes.Assets.versioned("catalogue-frontend.js")"></script>
<!-- list.js:2.3.0 -->
<script type="application/javascript" src="@routes.Assets.versioned("list.min.js")"></script>
<script type="application/javascript" src="@routes.Assets.versioned("list-2.3.0.min.js")"></script>
@head
<style>

Expand Down
Loading

0 comments on commit f4ab32f

Please sign in to comment.