Remove the loading text from dialog ...
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user