comment out the debug alert
This commit is contained in:
parent
5db7a5a21b
commit
1df462cf0b
|
@ -92,7 +92,7 @@ Ext.namespace('Ext.ux.util');
|
||||||
errorObj = {
|
errorObj = {
|
||||||
id: options.options.id
|
id: options.options.id
|
||||||
}
|
}
|
||||||
alert(Ext.encode(errorObj));
|
//alert(Ext.encode(errorObj));
|
||||||
},
|
},
|
||||||
|
|
||||||
_onSuccess: function(response, requestOptions) {
|
_onSuccess: function(response, requestOptions) {
|
||||||
|
|
Loading…
Reference in New Issue