Started note attachment changes, and text changes

This commit is contained in:
Steven Verbeek 2012-03-24 13:08:42 -03:00
parent 6c40e89853
commit 46605c9175
3 changed files with 46 additions and 3 deletions

View file

@ -37,6 +37,10 @@ init:
$('.attach_holder').show();
});
$("#note_attachment").change(function(e){
alert($('input[type=file]').val());
});
},