From d29497e5259ff605dcb784b1772fd9392d273281 Mon Sep 17 00:00:00 2001 From: Kurt92 Date: Wed, 7 Dec 2022 16:12:08 +0900 Subject: [PATCH] fix: fimsTotal form change --- src/main/webapp/WEB-INF/jsp/fims/biz/ec/ecNatlNewspaperPopup.jsp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/fims/biz/ec/ecNatlNewspaperPopup.jsp b/src/main/webapp/WEB-INF/jsp/fims/biz/ec/ecNatlNewspaperPopup.jsp index a09fc87e..83b8c61b 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/biz/ec/ecNatlNewspaperPopup.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/biz/ec/ecNatlNewspaperPopup.jsp @@ -243,7 +243,6 @@ .then((response) => response.blob()) .then((blob) => { const url = URL.createObjectURL(blob); - console.log(url); var x = document.createElement("img"); x.setAttribute("src", url); //x.style = 'width:150px; display: block;';