From adde401420811e665cf459eafe4f96e5c0eb44a4 Mon Sep 17 00:00:00 2001 From: mattpass Date: Wed, 17 Jun 2020 22:14:10 +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 8f9b336..e18c99b 100644 --- a/lib/multiple-results.php +++ b/lib/multiple-results.php @@ -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) {