issue can be edit from show page
This commit is contained in:
parent
f4e7ad7a4b
commit
2258db66c2
3 changed files with 11 additions and 2 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue