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:
@@ -238,7 +238,7 @@ if (true === isset($_GET['target']) && false !== strpos($_GET['target'], "filena
|
||||
for (let i = 0;i <= foundArray.length - 1; i++) {
|
||||
replaceInFileSingle(foundArray[i]);
|
||||
}
|
||||
parent.ICEcoder.showHide('hide', parent.document.getElementById('blackMask'));
|
||||
parent.ICEcoder.showHide('hide', parent.document.getElementById('blackMask'));;
|
||||
};
|
||||
|
||||
const renameSingle = function(arrayRef) {
|
||||
|
||||
Reference in New Issue
Block a user