TheDesk Airi (ver.4[fixed])

This commit is contained in:
cutls
2018-03-14 15:52:55 +09:00
parent 07daf46318
commit 686d1cd922
21 changed files with 7204 additions and 371 deletions

View File

@@ -25,7 +25,7 @@ function profedit() {
console.error(error);
}).then(function(json) {
console.log(json);
getdata();
$('#his-data').modal('close');
todc();
});
}
@@ -62,7 +62,7 @@ function imgChange(imgfile, target) {
console.error(error);
}).then(function(json) {
console.log(json);
getdata();
$('#his-data').modal('close');
todc();
});
}