no drive and no cdrom option

This commit is contained in:
mad
2018-08-15 18:24:29 +02:00
parent 29502222f6
commit a0e227e703
2 changed files with 27 additions and 12 deletions
+1 -2
View File
@@ -50,8 +50,7 @@ $('#confirm-delete').on('show.bs.modal', function(e) {
function submitbutton(formid){
console.log(formid);
data = $('#'+ formid).serialize();
console.log(data);
// data: 'who='+ who +'&what='+ what,
console.log(data);
$.ajax({
type: 'POST',
url: "?rand="+ makeid(),