diff options
author | alecpl <alec@alec.pl> | 2012-03-15 18:33:17 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-03-15 18:33:17 +0000 |
commit | b9ce92d883b30172b6185ac4dd1a922b3c414f0f (patch) | |
tree | f1d7e8672ee27a2ac34c4af2bf75047f627f63cc /program/js/app.js | |
parent | a621a9d7ecf334c4894ef8f5168eb6208e5ae0e4 (diff) |
- Fix lack of warning when switching task in compose window (#1488399)
Diffstat (limited to 'program/js/app.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 40cca700e..b2cb1c0c1 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -175,7 +175,7 @@ function rcube_webmail() } // enable general commands - this.enable_command('logout', 'mail', 'addressbook', 'settings', 'save-pref', 'compose', 'undo', 'about', true); + this.enable_command('logout', 'mail', 'addressbook', 'settings', 'save-pref', 'compose', 'undo', 'about', 'switch-task', true); if (this.env.permaurl) this.enable_command('permaurl', true); |