Fix: login shortcut url http -> https

This commit is contained in:
2019-01-21 10:51:50 +09:00
parent d414d344d5
commit fe70847427
+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/>"
+ "http://www.chocomae.com/login/" + maestroInfo.maestroName
+ "https://www.chocomae.com/login/" + maestroInfo.maestroName
);
showEndDate(maestroInfo.availableActivateDateTime);
$("#maestro_info_player_count").val("학생수 : " + maestroInfo.getRegisteredPlayerCount() + " / " + maestroInfo.getMaxPlayerCount());