Started note attachment changes, and text changes
This commit is contained in:
parent
6c40e89853
commit
46605c9175
3 changed files with 46 additions and 3 deletions
|
@ -37,6 +37,10 @@ init:
|
|||
$('.attach_holder').show();
|
||||
});
|
||||
|
||||
$("#note_attachment").change(function(e){
|
||||
alert($('input[type=file]').val());
|
||||
});
|
||||
|
||||
},
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue