BUG 000 Delete unnecessary try and catch
This commit is contained in:
@@ -439,11 +439,7 @@ Ext.onReady(function(){
|
|||||||
params : {action : 'cancelCase'},
|
params : {action : 'cancelCase'},
|
||||||
success: function ( result, request ) {
|
success: function ( result, request ) {
|
||||||
try {
|
try {
|
||||||
try {
|
parent.notify('', 'The case ' + parent._CASE_TITLE + ' was cancelled!');
|
||||||
parent.notify('', 'The case ' + parent._CASE_TITLE + ' was cancelled!');
|
|
||||||
}
|
|
||||||
catch (e) {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user