sms5 코드 체크 및 수정
This commit is contained in:
@ -97,7 +97,7 @@ include_once(G5_ADMIN_PATH.'/admin.head.php');
|
||||
function upload(w)
|
||||
{
|
||||
var f = document.upload_form;
|
||||
|
||||
|
||||
if (typeof w == 'undefined') {
|
||||
document.getElementById('upload_button').style.display = 'none';
|
||||
document.getElementById('uploading').style.display = 'inline';
|
||||
@ -138,8 +138,8 @@ function download()
|
||||
if (hyphen.checked) hyphen = 1; else hyphen = 0;
|
||||
|
||||
par += '?bg_no=' + bg_no.value;
|
||||
par += '&no_hp=' + no_hp;
|
||||
par += '&hyphen=' + hyphen;
|
||||
par += '&no_hp=' + no_hp;
|
||||
par += '&hyphen=' + hyphen;
|
||||
|
||||
(function($){
|
||||
if(!document.getElementById("fileupload_fr")){
|
||||
|
||||
Reference in New Issue
Block a user