|
|
@ -1215,6 +1215,16 @@ function rcube_webmail()
|
|
|
|
this.display_message('Request timed out!', 'error');
|
|
|
|
this.display_message('Request timed out!', 'error');
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.reload = function(delay)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
if (this.env.framed && parent.rcmail)
|
|
|
|
|
|
|
|
parent.rcmail.reload(delay);
|
|
|
|
|
|
|
|
else if (delay)
|
|
|
|
|
|
|
|
window.setTimeout(function(){ rcmail.reload(); }, delay);
|
|
|
|
|
|
|
|
else if (window.location)
|
|
|
|
|
|
|
|
location.href = this.env.comm_path;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*********************************************************/
|
|
|
|
/*********************************************************/
|
|
|
|
/********* event handling methods *********/
|
|
|
|
/********* event handling methods *********/
|
|
|
|