alecpl
2010-10-05 538e1c85d214e1ac9e261e8cd20c369a312d4900
program/js/app.js
@@ -3267,8 +3267,9 @@
  this.sent_successfully = function(type, msg)
  {
    this.list_mailbox();
    this.display_message(msg, type, true);
    // before redirect we need to wait some time for Chrome (#1486177)
    window.setTimeout(function(){ ref.list_mailbox(); }, 500);
  };