- JSP 내부 debugger 주석처리

This commit is contained in:
daekuk
2026-02-10 13:27:10 +09:00
parent 5af6ce7079
commit 2e4a658dd9
14 changed files with 16 additions and 16 deletions
@@ -880,7 +880,7 @@
});
$("input[name=auto]").click(function(){
debugger;
//debugger;
jsPlumbInstance.deleteEveryConnection();
const sourceData = sourceGrid.getRowData();
@@ -104,7 +104,7 @@ $(document).ready(function() {
resizeJqGridWidth('grid','title','1000');
$("#btn_close").click(function(){
debugger;
//debugger;
window.close();
});
$("body").css("overflow-x","hidden");