Fix: login shortcut URL https -> http

This commit is contained in:
2019-01-25 18:21:39 +09:00
parent 635c5d75c4
commit 90d6e55428
+1 -1
View File
@@ -46,7 +46,7 @@ function showEndDate(date) {
function onLoadSuccessMaestroInfo() {
$("#maestro_info_id").html(
"<span class='text-secondary'>등록 학생 앱 <span class='font-weight-bold'>바로 실행 URL</span> :</span><br/>"
+ "https://www.chocomae.com/login/" + maestroInfo.maestroName
+ "http://www.chocomae.com/login/" + maestroInfo.maestroName
);
showEndDate(maestroInfo.availableActivateDateTime);
$("#maestro_info_player_count").val("학생수 : " + maestroInfo.getRegisteredPlayerCount() + " / " + maestroInfo.getMaxPlayerCount());