Fix: login shortcut url

This commit is contained in:
2018-11-26 11:36:10 +09:00
parent 6ac79b6e44
commit 414b5fcb4d
+1 -1
View File
@@ -45,7 +45,7 @@ function showEndDate(date) {
function onLoadSuccessMaestroInfo() { function onLoadSuccessMaestroInfo() {
$("#maestro_info_id").html( $("#maestro_info_id").html(
"<span class='text-secondary'>등록 학생 앱 <span class='font-weight-bold'>바로 실행 URL</span> :</span><br/>" "<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); showEndDate(maestroInfo.availableActivateDateTime);
$("#maestro_info_player_count").val("학생수 : " + maestroInfo.getRegisteredPlayerCount() + " / " + maestroInfo.getMaxPlayerCount()); $("#maestro_info_player_count").val("학생수 : " + maestroInfo.getRegisteredPlayerCount() + " / " + maestroInfo.getMaxPlayerCount());