alert 코드를 수정하여 자바스크립트 off 상태에서 post 다시 값을 넘겨줄 수 있도록 수정

This commit is contained in:
chicpro
2013-02-01 14:17:43 +09:00
parent 1f773795b8
commit c48b3f4ddc
4 changed files with 41 additions and 18 deletions

View File

@ -128,7 +128,7 @@ function get_cookie($cookie_name)
// 경고메세지를 경고창으로
function alert($msg='', $url='', $error=true)
function alert($msg='', $url='', $error=true, $post=false)
{
global $g4, $config, $member;
global $is_admin;