no drive and no cdrom option
This commit is contained in:
+1
-2
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user