Fix: register maestro test player

This commit is contained in:
2018-07-19 13:59:10 +09:00
parent 93a1332f4d
commit c8b1e15447
3 changed files with 81 additions and 17 deletions
-5
View File
@@ -89,11 +89,6 @@
function register(inputButton) {
let id = $(inputButton).siblings(".maestro_id");
let maestroID = id.text();
// console.log(maestroID);
// let name = $(inputButton).siblings(".maestro_name");
// let maestroName = name.val();
// console.log(maestroName);
sendRequestServer( //url, sendParams, onSuccess, onFail, isDebugMode);
"./../server/admin/register_maestro.php",