Skip to content

Commit

Permalink
When launching new compilation remove previous results
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Goiffon committed Mar 5, 2020
1 parent fea1abd commit a3b153c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -204,6 +205,9 @@ function doApply(bFull)
if (bOk)
{
// remove previous results
$("div#content_apply_sql").html("");
var sTitleLoadingPrefix = '/!\\\\ - ';
var sOriginalTitle = document.title;
Expand Down

0 comments on commit a3b153c

Please sign in to comment.