Fix: requestServer onFail - add errorCode argument

This commit is contained in:
2018-07-13 11:09:17 +09:00
parent e857fa1674
commit ab8ebb9ca1
16 changed files with 48 additions and 207 deletions
+1 -13
View File
@@ -1,16 +1,4 @@
<style>
.login {
background-color: #ff0000;
padding: 20px;
}
.register {
background-color: #0000ff;
padding: 20px;
}
</style>
<script>
<script>
function login() {
let name = $("#maestro_name").val();