multiple-results.php using function not elem click

This commit is contained in:
mattpass
2020-06-17 22:12:42 +01:00
parent 65778f1e4f
commit 45733b52b8

View File

@@ -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);
};
</script>