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