From a3b153cbebb67a8316186caf8ed0fbd7d61b4d5b Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 5 Mar 2020 10:11:08 +0100 Subject: [PATCH] When launching new compilation remove previous results --- index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.php b/index.php index 681e88b..2acb235 100644 --- a/index.php +++ b/index.php @@ -195,6 +195,7 @@ function doApply(bFull) var oMap = { operation: 'update_code' }; var bOk = confirm('Are you sure you want to compile the code ?'); } + var oUseSymlinks = $('#symlink:checked'); if (oUseSymlinks.length > 0) { @@ -204,6 +205,9 @@ function doApply(bFull) if (bOk) { + // remove previous results + $("div#content_apply_sql").html(""); + var sTitleLoadingPrefix = '/!\\\\ - '; var sOriginalTitle = document.title;