캘린더 기능 제거

This commit is contained in:
gnuboard
2013-01-14 10:19:00 +09:00
parent e8ec16adb9
commit 43c0282f46
4 changed files with 0 additions and 359 deletions

View File

@ -348,14 +348,6 @@ if (typeof(COMMON_JS) == 'undefined') { // 한번만 실행
win_open(g4_path+"/" + g4_bbs + "/formmail.php?mb_id="+mb_id+"&name="+encodeURIComponent(name)+"&email="+email, "winFormmail", "left=50, top=50, width=600, height=480, scrollbars=0");
}
// 달력 창
function win_calendar(fld, cur_date, delimiter, opt)
{
if (!opt)
opt = "left=50, top=50, width=240, height=230, scrollbars=0,status=0,resizable=0";
win_open(g4_path+"/" + g4_bbs + "/calendar.php?fld="+fld+"&cur_date="+cur_date+"&delimiter="+delimiter, "winCalendar", opt);
}
// 설문조사 창
function win_poll(url)
{