Zeile 105 | Zeile 105 |
---|
document.input.attachmentaid.value = aid; document.input.attachmentact.value = "remove";
|
document.input.attachmentaid.value = aid; document.input.attachmentact.value = "remove";
|
var form = $('input[name=rem]').parents('form');
| var form = $('input[name^=\'rem\']').parents('form');
|
if(use_xmlhttprequest != 1) {
| if(use_xmlhttprequest != 1) {
|
Zeile 146 | Zeile 146 |
---|
$(this).remove(); }); }
|
$(this).remove(); }); }
|
| document.input.attachmentaid.value = ''; document.input.attachmentact.value = '';
|
} }); }
| } }); }
|