전콘 갱신시 자동 삭제 기능을 제거하고, 운영자 모드에서 전콘 정리 기능으로 대체
This commit is contained in:
@@ -5,11 +5,33 @@ function Entrance_AdminInit() {
|
||||
$("#Entrance_000201").click(Entrance_Donation);
|
||||
$("#Entrance_000202").click(Entrance_Member);
|
||||
$("#Entrance_000204").click(Entrance_AdminChangeNotice);
|
||||
$("#Entrance_000205").click(Entrance_IconScrub);
|
||||
}
|
||||
|
||||
function Entrance_AdminUpdate() {
|
||||
}
|
||||
|
||||
function Entrance_IconScrub(){
|
||||
Popup_Confirm('사용하지 않는 전콘 중 등록된지 2개월이 지난 것들을 삭제합니다.', function() {
|
||||
Popup_Wait(function() {
|
||||
PostJSON(
|
||||
HOME+I+ENTRANCE+W+'iconScrub.php', {
|
||||
action: 0,
|
||||
notice: notice
|
||||
},
|
||||
function(response, textStatus) {
|
||||
if(response.result == "SUCCESS") {
|
||||
Popup_WaitHide();
|
||||
Replace(ENTRANCE+PHP);
|
||||
} else {
|
||||
Popup_WaitShow(response.msg);
|
||||
}
|
||||
}
|
||||
)
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
function Entrance_Donation() {
|
||||
$("#Entrance_00").hide();
|
||||
$("#EntranceDonation_00").show();
|
||||
|
||||
Reference in New Issue
Block a user