Remove the loading text from dialog ...

This commit is contained in:
Paulo Gustavo Veiga
2012-07-01 17:56:31 -03:00
parent 7752ac0dc1
commit 0cb142d3fd
16 changed files with 124 additions and 53 deletions

View File

@@ -123,7 +123,7 @@ editor.WaitDialog = new Class({
destroyOnClose:true,
autoOpen:false,
useEscKey:false,
title:'Loading ...',
title:'',
onInitialize:function (wrapper) {
wrapper.setStyle('opacity', 0);
this.wrapper.setStyle('display', 'none');