부분취소 팝업 높이 변경

This commit is contained in:
chicpro
2013-09-16 18:22:23 +09:00
parent a911f38a80
commit 360fe9de31

View File

@ -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;
});
});