From 3f673f9a87a2164b3c8c806d8584c5fb8a43ce8d Mon Sep 17 00:00:00 2001 From: mattpass Date: Fri, 28 Feb 2020 17:11:51 +0000 Subject: [PATCH] Remove top. from refs --- lib/plugins-manager.php | 8 ++++---- lib/properties.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/plugins-manager.php b/lib/plugins-manager.php index 1301960..fe822b1 100644 --- a/lib/plugins-manager.php +++ b/lib/plugins-manager.php @@ -138,14 +138,14 @@ if (!$demoMode && isset($_SESSION['loggedIn']) && $_SESSION['loggedIn'] && isset fclose($fh); // Finally, reload ICEcoder itself if plugin requires it or just the iFrame screen for the user if it doesn't if ($_GET['action']=="install" && $pluginsData[$_GET['plugin']]['reload'] == "true") { - echo ""; + echo ""; } else { header("Location: plugins-manager.php?updatedPlugins&csrf=".$_SESSION["csrf"]); - echo ""; + echo ""; } die("".$t['saving plugins'].""); } else { - echo ""; + echo ""; } } @@ -184,7 +184,7 @@ function deletePlugin($dir) {

-','writingPlugins')" style="position: absolute; top: 26px; right: 20px">
+','writingPlugins')" style="position: absolute; top: 26px; right: 20px">
7) { canUpdate = false; } - if (canUpdate) {top.ICEcoder.chmod('',permText)}; + if (canUpdate) {ICEcoder.chmod('',permText)}; }