From caa9fab5b4c0fa81e5cad101c8106d39a4acd482 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 30 Jan 2015 08:06:54 +0000 Subject: [PATCH] Don't change to lowercase here --- lib/multiple-results.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/multiple-results.php b/lib/multiple-results.php index 5cf266d..e794471 100644 --- a/lib/multiple-results.php +++ b/lib/multiple-results.php @@ -44,7 +44,7 @@ var resultsDisplay = ""; var foundArray = []; foundInSelected = false; userTarget = top.document.findAndReplace.target.value; -findText = top.findAndReplace.find.value.toLowerCase(); +findText = top.findAndReplace.find.value;