Add: free player, maestro test account app menu pages

This commit is contained in:
2018-07-13 10:13:40 +09:00
parent a549a63491
commit 09a53ad2b5
4 changed files with 117 additions and 65 deletions
+1 -7
View File
@@ -43,12 +43,6 @@ function loadMaestroTestAccountInfo() {
let xhr = new XMLHttpRequest(); //new로 생성.
}
function playFree() {
loadMaestroTestAccountInfo();
// window.open("./../client/menu_app.html", "_blank");
location.href = "./../client/menu_app.html";
}
function experienceMaestro() {
loadMaestroTestAccountInfo();
location.href = "./../maestro/main_menu.html";
@@ -61,7 +55,7 @@ function experienceMaestro() {
<div class="container">
<div class="player_free">
<div class="col alignCenter">
<a id="player_free_play" class="btn btn-rouge width400" onClick="playFree()" >학생 연습 앱<br/>무료 체험</a>
<a href="./../main/free_player_app_menu.html" target="_blank" id="player_free_play" class="btn btn-rouge width400" >학생 연습 앱<br/>무료 체험</a>
</div>
<ul id="free_app_list">