From 22f80d04b13ce61361a440379257ef03d00f0da4 Mon Sep 17 00:00:00 2001 From: mattpass Date: Wed, 17 Jun 2020 22:32:11 +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 e18c99b..8f9b336 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) {