mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
multiple-results.php using function not elem click
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user