Display loading message when going to another page (#5541)

pull/5480/merge
Aleksander Machniak 7 years ago
parent 6dccbbd637
commit 682e88710b

@ -8246,8 +8246,8 @@ function rcube_webmail()
this.redirect = function(url, lock)
{
if (lock || lock === null)
this.set_busy(true);
if (lock !== false)
this.set_busy(true, 'loading');
if (this.is_framed()) {
parent.rcmail.redirect(url, lock);

Loading…
Cancel
Save