diff options
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 18ce6748d..418f33c1b 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -204,7 +204,7 @@ function rcube_webmail() // flag object as complete this.loaded = true; - + // show message if (this.pending_message) this.display_message(this.pending_message[0], this.pending_message[1]); |