usermgmt fix

This commit is contained in:
mad
2018-08-16 16:00:08 +02:00
parent a0e227e703
commit 2add658700
2 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -48,9 +48,9 @@ $('#confirm-delete').on('show.bs.modal', function(e) {
});
function submitbutton(formid){
console.log(formid);
//console.log(formid);
data = $('#'+ formid).serialize();
console.log(data);
//console.log(data);
$.ajax({
type: 'POST',
url: "?rand="+ makeid(),