From ada51d1d0eac8a1c4448a664c42e8712bce9e650 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Sat, 19 Oct 2013 09:51:30 -0400 Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail --- 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 6dfe102..ac49b4e 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3559,6 +3559,7 @@ } this.env.identity = id; + this.triggerEvent('change_identity'); return true; }; -- Gitblit v1.9.1