불필한 const varname -> string 대체 제거.
필요할 곳은 나중에 처리하는 것으로.
This commit is contained in:
@@ -42,7 +42,7 @@ function EntranceMember_Order() {
|
||||
function EntranceMember_UpdateMember(select) {
|
||||
Popup_Wait(function() {
|
||||
GetJSON(
|
||||
HOME+I+ENTRANCE+W+MEMBER+W+GET, {
|
||||
"../../i_entrance/member/Get.php", {
|
||||
select: select
|
||||
},
|
||||
function(response, textStatus) {
|
||||
@@ -67,7 +67,7 @@ function EntranceMember_Post(select) {
|
||||
Popup_Confirm('정말 실행하시겠습니까?', function() {
|
||||
Popup_Wait(function() {
|
||||
PostJSON(
|
||||
HOME+I+ENTRANCE+W+MEMBER+W+POST, {
|
||||
"../../i_entrance/member/Post.php", {
|
||||
select: select,
|
||||
no: no
|
||||
},
|
||||
|
||||
@@ -3,8 +3,8 @@ require_once('_common.php');
|
||||
?>
|
||||
|
||||
<script type="text/javascript">
|
||||
ImportStyle("<?=ROOT;?>"+W+I+ENTRANCE+W+MEMBER+W+STYLE);
|
||||
ImportAction("<?=ROOT;?>"+W+I+ENTRANCE+W+MEMBER+W+ACTION);
|
||||
ImportStyle("<?=ROOT;?>/i_entrance/member/Style.css");
|
||||
ImportAction("<?=ROOT;?>/i_entrance/member/Action.js");
|
||||
EntranceMember_Import();
|
||||
EntranceMember_Init();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user