Fix: login shortcut url
This commit is contained in:
@@ -45,7 +45,7 @@ function showEndDate(date) {
|
||||
function onLoadSuccessMaestroInfo() {
|
||||
$("#maestro_info_id").html(
|
||||
"<span class='text-secondary'>등록 학생 앱 <span class='font-weight-bold'>바로 실행 URL</span> :</span><br/>"
|
||||
+ "http://www.chocomae.com/mae/" + maestroInfo.maestroName
|
||||
+ "http://www.chocomae.com/login/" + maestroInfo.maestroName
|
||||
);
|
||||
showEndDate(maestroInfo.availableActivateDateTime);
|
||||
$("#maestro_info_player_count").val("학생수 : " + maestroInfo.getRegisteredPlayerCount() + " / " + maestroInfo.getMaxPlayerCount());
|
||||
|
||||
Reference in New Issue
Block a user