- JSP 내부 debugger 주석처리
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
var serviceType = null;
|
||||
var guid = null;
|
||||
//alert(window.dialogArguments.length);
|
||||
debugger;
|
||||
//debugger;
|
||||
if(window.dialogArguments != null && window.dialogArguments != undefined){
|
||||
eaiBzwkDstcd = window.dialogArguments["eaiBzwkDstcd"];
|
||||
msgDpstYMS = window.dialogArguments["msgDpstYMS"];
|
||||
|
||||
@@ -1675,7 +1675,7 @@ $(document).ready(function () {
|
||||
});
|
||||
|
||||
$("input[name=srcLayout],[name=tgtLayout]").dblclick(function(){
|
||||
debugger;
|
||||
//debugger;
|
||||
var layoutName = $(this).val();
|
||||
if($.trim(layoutName) =="") return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user