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

@@ -309,7 +309,7 @@ function saveNew()
Ext.getCmp('formNew').getForm().submit( {
url : 'ajaxListener?action=save&id'+id+'&label='+label,
waitMsg : _('ID_SAVING'),
waitTitle : "",
waitTitle : " ",
timeout : 36000,
success : function(obj, resp) {
Ext.getCmp('grid').store.reload();