from misc.js
$("body.taskNoteOnPersonEdit input#new_project").change(function(e) { $('#proj').toggle(); $('#proj_list').toggle(); });