mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +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);
|
$this->printFineUploaderJs('../op/op.UploadChunks.php', $partitionsize);
|
||||||
?>
|
?>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('body').on('submit', '#__form1', function(ev){
|
|
||||||
if(checkForm()) return;
|
|
||||||
ev.preventDefault();
|
|
||||||
});
|
|
||||||
$('#new-file').click(function(event) {
|
$('#new-file').click(function(event) {
|
||||||
$("#upload-file").clone().appendTo("#upload-files").removeAttr("id").children('div').children('input').val('');
|
$("#upload-file").clone().appendTo("#upload-files").removeAttr("id").children('div').children('input').val('');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user