diff --git a/src/main/webapp/static/pages/scripts/pageLogs.js b/src/main/webapp/static/pages/scripts/pageLogs.js index a6e22ae4d..990c520a2 100644 --- a/src/main/webapp/static/pages/scripts/pageLogs.js +++ b/src/main/webapp/static/pages/scripts/pageLogs.js @@ -148,7 +148,8 @@ function aJaxImportPost(url, params) { elink.href = URL.createObjectURL(blob); document.body.appendChild(elink); elink.click(); - document.body.removeChild(elink); + document.body.removeChild(elink); + document.body.removeChild(temp_form); }; xmlResquest.onreadystatechange = function() { if (xmlResquest.readyState==4) {