mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
remove old submit event
This commit is contained in:
parent
1483334fe2
commit
1583e29053
|
@ -41,10 +41,6 @@ class SeedDMS_View_AddDocument extends SeedDMS_Bootstrap_Style {
|
|||
$this->printFineUploaderJs('../op/op.UploadChunks.php', $partitionsize);
|
||||
?>
|
||||
$(document).ready(function() {
|
||||
$('body').on('submit', '#__form1', function(ev){
|
||||
if(checkForm()) return;
|
||||
ev.preventDefault();
|
||||
});
|
||||
$('#new-file').click(function(event) {
|
||||
$("#upload-file").clone().appendTo("#upload-files").removeAttr("id").children('div').children('input').val('');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user