diff --git a/htroot/env/grafics/failed.png b/htroot/env/grafics/failed.png deleted file mode 100644 index ac9fbcb2a..000000000 Binary files a/htroot/env/grafics/failed.png and /dev/null differ diff --git a/htroot/js/IndexCreate.js b/htroot/js/IndexCreate.js index 35893d3d9..83db0622d 100644 --- a/htroot/js/IndexCreate.js +++ b/htroot/js/IndexCreate.js @@ -24,14 +24,14 @@ function handleResponse(){ if(robotsOK==1){ img=document.createElement("img"); img.setAttribute("src", "/env/grafics/ok.png"); - img.setAttribute("width", "24px"); - img.setAttribute("height", "24px"); + img.setAttribute("width", "32px"); + img.setAttribute("height", "32px"); robotsOKspan.appendChild(img); }else if(robotsOK==0){ img=document.createElement("img"); - img.setAttribute("src", "/env/grafics/failed.png"); - img.setAttribute("width", "24px"); - img.setAttribute("height", "24px"); + img.setAttribute("src", "/env/grafics/bad.png"); + img.setAttribute("width", "32px"); + img.setAttribute("height", "32px"); robotsOKspan.appendChild(img); robotsOKspan.appendChild(img); }else{