diff --git a/lis-framework-web/src/main/webapp/common/images/min.png b/lis-framework-web/src/main/webapp/common/images/min.png new file mode 100644 index 00000000..d2632e49 Binary files /dev/null and b/lis-framework-web/src/main/webapp/common/images/min.png differ diff --git a/lis-module-logon-web/src/main/webapp/logon/headNew.jsp b/lis-module-logon-web/src/main/webapp/logon/headNew.jsp index 7727470d..7f51b17b 100644 --- a/lis-module-logon-web/src/main/webapp/logon/headNew.jsp +++ b/lis-module-logon-web/src/main/webapp/logon/headNew.jsp @@ -322,7 +322,7 @@
@@ -336,10 +336,10 @@ } else if(_language === 'en'){ document.getElementById("headlogo").src = "../common/images/logo_03-en.png"; } else { - document.getElementById("headlogo").src = "../common/images/logo_04.png"; + document.getElementById("headlogo").src = "../common/images/min.png"; } } else { - document.getElementById("headlogo").src = "../common/images/logo_04.png"; + document.getElementById("headlogo").src = "../common/images/min.png"; } document.getElementById("menuClass1").innerHTML = MenuClass1Html; var initFlag = false;