Add: admin - maestro all list page

This commit is contained in:
2019-04-12 21:44:07 +09:00
parent 9c6c5b1e5c
commit 857c70a421
5 changed files with 341 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
"admin_name=" + name + "&password=" + password,
function(jsonData) {
location.href = 'admin_register_list.html';
location.href = 'admin_all_list.html';
},
function(errorMessage, errorCode) {