mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 09:40:13 +01:00
Add note working again for Projects
This commit is contained in:
parent
00da0b36aa
commit
94ec1d46bb
3 changed files with 23 additions and 3 deletions
|
|
@ -427,6 +427,12 @@ $(document).ready(function() {
|
|||
$(this).parents('.edit-form').find('form').clearForm();
|
||||
});
|
||||
|
||||
$(".add_note_link a").live('click', function(){
|
||||
$('#new-note').show();
|
||||
$('#new-note form').clearForm();
|
||||
$('#new-note form input:first').focus();
|
||||
});
|
||||
|
||||
$("#list-active-projects").sortable({handle: '.handle', update: update_order});
|
||||
$("#list-hidden-projects").sortable({handle: '.handle', update: update_order});
|
||||
$("#list-completed-projects").sortable({handle: '.handle', update: update_order});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue