From 45733b52b878bf0263563bda5df7cd8cf0c3b656 Mon Sep 17 00:00:00 2001 From: mattpass Date: Wed, 17 Jun 2020 22:12:42 +0100 Subject: [PATCH] multiple-results.php using function not elem click --- 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 8ef8efc..8f9b336 100644 --- a/lib/multiple-results.php +++ b/lib/multiple-results.php @@ -267,7 +267,7 @@ if (true === isset($_GET['target']) && false !== strpos($_GET['target'], "filena parent.ICEcoder.findReplaceOptions(); parent.document.findAndReplace.target.selectedIndex = 0; // Submit to select first instance - parent.document.findAndReplace.submit.click(); + parent.ICEcoder.findReplace(parent.document.getElementById('find').value, false, true, false); };