Lines 873-878
$(document).ready(function() {
Link Here
|
873 |
$(id).replaceWith( content ); |
873 |
$(id).replaceWith( content ); |
874 |
|
874 |
|
875 |
refreshReturnClaimsTable(); |
875 |
refreshReturnClaimsTable(); |
|
|
876 |
issuesTable.api().ajax.reload(); |
876 |
}, "json") |
877 |
}, "json") |
877 |
|
878 |
|
878 |
}); |
879 |
}); |
Lines 1073-1078
$(document).ready(function() {
Link Here
|
1073 |
type: 'DELETE', |
1074 |
type: 'DELETE', |
1074 |
success: function( data ) { |
1075 |
success: function( data ) { |
1075 |
refreshReturnClaimsTable(); |
1076 |
refreshReturnClaimsTable(); |
|
|
1077 |
issuesTable.api().ajax.reload(); |
1076 |
} |
1078 |
} |
1077 |
}); |
1079 |
}); |
1078 |
} |
1080 |
} |
1079 |
- |
|
|