From f4ab32f0f0f254095ce701d5aededcf5939ad980 Mon Sep 17 00:00:00 2001
From: jonnydh <60072280+jonnydh@users.noreply.github.com>
Date: Thu, 11 Aug 2022 14:57:46 +0100
Subject: [PATCH] BDOG-2077 Modify list.js source code to allow search by
punctuation
This bug was introduced in List.js:2.3.0, and a fix has been proposed
which has not yet been merged: https://github.com/javve/list.js/pull/721
This commit uses the proposed fix above.
---
app/views/standard_layout.scala.html | 3 +--
public/list-2.3.0.min.js | 24 ++++++++++++++++++++++++
public/list.min.js | 2 --
public/list.min.js.map | 1 -
4 files changed, 25 insertions(+), 5 deletions(-)
create mode 100644 public/list-2.3.0.min.js
delete mode 100644 public/list.min.js
delete mode 100644 public/list.min.js.map
diff --git a/app/views/standard_layout.scala.html b/app/views/standard_layout.scala.html
index e49350224..5ee6a5cb7 100644
--- a/app/views/standard_layout.scala.html
+++ b/app/views/standard_layout.scala.html
@@ -41,8 +41,7 @@
-
-
+
@head