alert 코드를 수정하여 자바스크립트 off 상태에서 post 다시 값을 넘겨줄 수 있도록 수정
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user