issue can be edit from show page

This commit is contained in:
gitlabhq 2011-10-27 18:18:50 +03:00
parent f4e7ad7a4b
commit 2258db66c2
3 changed files with 11 additions and 2 deletions

View file

@ -45,7 +45,7 @@
});
$('.delete-issue').live('ajax:success', function() {
$(this).closest('tr').fadeOut(); });
$(this).closest('tr').fadeOut(); updatePage();});
function setSortable(){
$('#issues-table>tbody').sortable({