junekeunsong 4 yıl önce
ebeveyn
işleme
b6ea5ba203

+ 1 - 3
src/main/webapp/WEB-INF/jsp/mobile/servey/servey.jsp

@@ -139,7 +139,6 @@ function setEventHandler() {
     //체크yes시 content입력 처리
     $( "li.full input[type='checkbox'][name='cancerCheck']" ).on( "click", function(){
         var $this = $( this );
-        console.log("!!!!!!!!!!!!!!");
         
         $this.closest( "div" ).find( "input[type='text'][name='cancerName']" ).prop( "readonly", $this.is( ":checked" ) === false );
         
@@ -152,7 +151,6 @@ function setEventHandler() {
 
     $( "li.full input[type='checkbox'][name='etcCheckDisease']" ).on( "click", function(){
         var $this = $( this );
-        console.log("!!!!!!!!!!!!!!");
         
         $this.closest( "div" ).find( "input[type='text'][name='etcContentDisease']" ).prop( "readonly", $this.is( ":checked" ) === false );
         
@@ -191,7 +189,7 @@ function setEventHandler() {
                 </div>
             </div>
             <div class="alert">
-                생활치료센터 만족도 조사 
+                생활치료센터 문진 조사
             </div>
             <c:set var="now" value="<%=new java.util.Date()%>" />
             <c:set var="sysYear"><fmt:formatDate value="${now}" pattern="yyyy" /></c:set>