From 414b5fcb4da3772c7fba188b66d71f007764d3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Mon, 26 Nov 2018 11:36:10 +0900 Subject: [PATCH] Fix: login shortcut url --- src/web/module/maestro_section_main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/module/maestro_section_main.html b/src/web/module/maestro_section_main.html index 4bb6303..5f48e70 100644 --- a/src/web/module/maestro_section_main.html +++ b/src/web/module/maestro_section_main.html @@ -45,7 +45,7 @@ function showEndDate(date) { function onLoadSuccessMaestroInfo() { $("#maestro_info_id").html( "등록 학생 앱 바로 실행 URL :
" - + "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());