부분취소 팝업 높이 변경
This commit is contained in:
@ -857,7 +857,7 @@ $(function() {
|
||||
// 부분취소창
|
||||
$("#orderpartcancel").on("click", function() {
|
||||
var href = this.href;
|
||||
window.open(href, "partcancelwin", "left=100, top=100, width=600, height=400, scrollbars=yes");
|
||||
window.open(href, "partcancelwin", "left=100, top=100, width=600, height=350, scrollbars=yes");
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user