서버 운영자 페이지 수정

This commit is contained in:
2018-03-19 00:31:04 +09:00
parent 1c4709ea65
commit efa6cc2889
9 changed files with 167 additions and 112 deletions
+13
View File
@@ -181,3 +181,16 @@ function Entrance_Logout() {
)
});
}
$(function(){
ImportView("body", "../i_popup/Frame.php");
//ImportView("body", FRAME);
Popup_Import();
Popup_Init();
Popup_Update();
Entrance_Import();
Entrance_Init();
Entrance_Update();
});