mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-20 23:37:05 +01:00
Scroll speed & find on input settings, fix tab sticking on close
This commit is contained in:
@@ -206,7 +206,7 @@ if (true === isset($_GET['target']) && false !== strpos($_GET['target'], "filena
|
||||
return $ret;
|
||||
}
|
||||
|
||||
// TODO: consider $findText here
|
||||
// TODO: consider $findText here, is OK?
|
||||
$results = phpGrep($findText, $docRoot . $iceRoot, $docRoot . $iceRoot);
|
||||
echo 'resultsDisplay += "' . $results . '";';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user