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