Don't change to lowercase here

This commit is contained in:
Matt Pass
2015-01-30 08:06:54 +00:00
parent c087283e46
commit caa9fab5b4

View File

@@ -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;
<?php
$findText = str_replace("ICEcoder:","",str_replace("&#39;","\'",$_GET['find']));
// Find in open docs?