From d55b2926e82283a8b9c9ae834b1dfbea3f70c265 Mon Sep 17 00:00:00 2001 From: Nicolas COMPAIN Date: Sun, 28 Jan 2024 14:11:06 +0000 Subject: [PATCH] =?UTF-8?q?Retrait=20du=20lien=20de=20fermeture=20manuelle?= =?UTF-8?q?=20qui=20ne=20fonctionnerait=20pas=20si=20la=20page=20n'a=20pas?= =?UTF-8?q?=20=C3=A9t=C3=A9=20ouverte=20par=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 3 ++- composer.json | 2 +- src/htmlForm.php | 15 --------------- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index becf14b..d8b7f5b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,7 +18,8 @@ "ms-azuretools.vscode-docker", "GitHub.copilot-nightly", "GitHub.copilot-chat", - "Gruntfuggly.todo-tree" + "Gruntfuggly.todo-tree", + "eamodio.gitlens" ] } }, diff --git a/composer.json b/composer.json index 5dba4d0..a5ae3ef 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nwb/multi-downloader-client", "description": "Client for multi-downloader-service", "type": "library", - "version": "0.1.9", + "version": "0.1.10", "autoload": { "psr-4": { "Nwb\\MultiDownloaderClient\\": "src/" diff --git a/src/htmlForm.php b/src/htmlForm.php index 42d2acb..78e09eb 100644 --- a/src/htmlForm.php +++ b/src/htmlForm.php @@ -24,12 +24,6 @@ use Nwb\MultiDownloaderClient\MultiDownloaderClient; text-align: center; margin-top: 20px; } - - #close-link { - display: block; - text-align: center; - margin-top: 10px; - } @@ -44,9 +38,6 @@ use Nwb\MultiDownloaderClient\MultiDownloaderClient;
-