Hide "loading" message also when iframe loading fails with the error page

pull/6040/head
Aleksander Machniak 7 years ago
parent ce594a4405
commit 29b8f600c4

@ -8852,6 +8852,9 @@ function rcube_webmail()
// callback when an iframe finished loading
this.iframe_loaded = function(unlock)
{
if (!unlock)
unlock = this.env.frame_lock;
this.set_busy(false, null, unlock);
if (this.submit_timer)

Loading…
Cancel
Save