Scroll speed & find on input settings, fix tab sticking on close

This commit is contained in:
mattpass
2021-04-11 10:34:58 +01:00
parent f5c1640dbd
commit da88db20fb
6 changed files with 74 additions and 51 deletions

View File

@@ -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 . '";';
?>