From d07e5976c3366c7759295fb52fba786c9f306664 Mon Sep 17 00:00:00 2001 From: KNKIM Date: Tue, 14 Dec 2021 18:10:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A4=91=EA=B0=84=20=EB=B0=B1=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/nlib/bbs/insertQnaForm.jsp | 9 --------- src/main/webapp/WEB-INF/jsp/nlib/bbs/listQnas.jsp | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/bbs/insertQnaForm.jsp b/src/main/webapp/WEB-INF/jsp/nlib/bbs/insertQnaForm.jsp index 2090bbaf..b066b91d 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/bbs/insertQnaForm.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/bbs/insertQnaForm.jsp @@ -94,21 +94,12 @@ $(window.document).ready(function() { var re = /(?:\.([^.]+))?$/; myDropzone.addFile({ -<<<<<<< HEAD name: '', size: , type:re.exec('')[1], attachFileId: '', streFileNm: '', fileSn: '', -======= - name: '', - size:, - type:re.exec('')[1], - attachFileId: '', - streFileNm: '', - fileSn: '', ->>>>>>> refs/remotes/origin/master fileUploadType: 'uploaded' }); diff --git a/src/main/webapp/WEB-INF/jsp/nlib/bbs/listQnas.jsp b/src/main/webapp/WEB-INF/jsp/nlib/bbs/listQnas.jsp index 9698e738..ba841f4a 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/bbs/listQnas.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/bbs/listQnas.jsp @@ -38,7 +38,7 @@ $( document ).ready(function() { - fn_setPageTitle("Q&A"); + fn_setPageTitle(""); // 검색 수행 이벤트 $("#btnSearch").on("click", function(e) {