Fix: register maestro test player
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user