diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-10-19 15:51:30 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-10-19 15:51:30 +0200 |
commit | ada51d1d0eac8a1c4448a664c42e8712bce9e650 (patch) | |
tree | e7aada333a71581b7a44979fae29588c095c98d1 | |
parent | a69363961309e46adba5cf5653a38b92af6bccaa (diff) | |
parent | 771a82df9031485b3f9e7decf6b263c6847507b1 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
-rw-r--r-- | program/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js index 6dfe102b3..ac49b4ed5 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3559,6 +3559,7 @@ function rcube_webmail() } this.env.identity = id; + this.triggerEvent('change_identity'); return true; }; |