From c83075f3ae00cd488ab77a35fb63a0f645aec072 Mon Sep 17 00:00:00 2001 From: frederic wagner Date: Tue, 8 Nov 2022 18:23:39 +0100 Subject: [PATCH] gipy interface --- apps/gipy/interface.html | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/gipy/interface.html b/apps/gipy/interface.html index 430fafbac..5fc45fd29 100644 --- a/apps/gipy/interface.html +++ b/apps/gipy/interface.html @@ -83,7 +83,6 @@ document console.log("uploading"); uploadFile(gpc_filename, gpc_string, (ret) => { console.log("uploadFile", ret); - if (ret == "OK") clean(); }); }); };