alert 제거

This commit is contained in:
urp 2025-12-26 18:14:58 +09:00
parent bd95b67c87
commit 94e95c8013

View File

@ -287,9 +287,6 @@
vEmptyportl = $('.col-lg-4');
}
alert(vEmptyportl);
var iChoPort = -1;
var objChoPort ;
for(var i=0; i<vEmptyportl.length; i++)
@ -314,8 +311,6 @@
}
}
alert(iChoPort);
$.ajax({
url :"<c:url value='/potl/insertUserPortlet.do'/>"
, type: "POST"