Skip to content

Commit caa9fab

Browse files
committed
Don't change to lowercase here
1 parent c087283 commit caa9fab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/multiple-results.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
var foundArray = [];
4545
foundInSelected = false;
4646
userTarget = top.document.findAndReplace.target.value;
47-
findText = top.findAndReplace.find.value.toLowerCase();
47+
findText = top.findAndReplace.find.value;
4848
<?php
4949
$findText = str_replace("ICEcoder:","",str_replace("&#39;","\'",$_GET['find']));
5050
// Find in open docs?

0 commit comments

Comments
 (0)