diff options
author | Thomas B. <thomas@roundcube.net> | 2013-10-18 12:40:17 -0700 |
---|---|---|
committer | Thomas B. <thomas@roundcube.net> | 2013-10-18 12:40:17 -0700 |
commit | 771a82df9031485b3f9e7decf6b263c6847507b1 (patch) | |
tree | f3c19e3ccfab0001e618c6fd2c16f2826d025337 /program | |
parent | 1498ac81c9462808fcfdc6ca69f31209a0181cdd (diff) | |
parent | af61b9705e40efa938bd38d95173a41cf210e6dc (diff) |
Merge pull request #139 from qnrq/master
Adds change_identity JavaScript event trigger
Diffstat (limited to 'program')
-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; }; |