sms5 회원간 문자전송 기능 제거

This commit is contained in:
chicpro
2015-10-13 11:13:38 +09:00
parent 724a15866c
commit 481174b1d2
15 changed files with 3 additions and 1214 deletions

View File

@ -503,14 +503,6 @@ var win_zip = function(frm_name, frm_zip, frm_addr1, frm_addr2, frm_addr3, frm_j
}
}
/**
* sms5 창
**/
var win_sms5 = function(href) {
var new_win = window.open(href, 'win_sms5', 'width=474, height=560, scrollbars=1');
new_win.focus();
}
/**
* 새로운 비밀번호 분실 창 : 101123
**/
@ -590,11 +582,6 @@ $(function(){
return false;
});
$(".win_sms5").click(function() {
win_sms5(this.href);
return false;
});
/*
$(".win_poll").click(function() {
win_poll(this.href);