Arreglo en label para la propiedad waitTitle

This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-09-02 10:55:45 -04:00
parent 1d3ebf3f7b
commit fbbcfcaaba
24 changed files with 32 additions and 32 deletions

View File

@@ -254,7 +254,7 @@ Ext.onReady(function() {
panelRightTop.getForm().submit({
url : '../adminProxy/uploadImage',
waitMsg : _('ID_LOADING'),
waitTitle : "",
waitTitle : " ",
success : function(form, o) {
obj = Ext.util.JSON.decode(o.response.responseText);
if (obj.failed == '0' && obj.uploaded != '0') {