summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-03-15 18:49:24 +0000
committeralecpl <alec@alec.pl>2012-03-15 18:49:24 +0000
commitf451a1ca5eaff9dd52fd6ce99e2bb189dc539140 (patch)
tree48cc429a01d1446f1a54a812ecd96c654d030fec /program/js
parentfe22e87d29c0ba33e57d5f2ae4b73ef38131d977 (diff)
- Merge r6012 from trunk
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index e01b72aa2..28146392f 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -171,7 +171,7 @@ function rcube_webmail()
}
// enable general commands
- this.enable_command('logout', 'mail', 'addressbook', 'settings', 'save-pref', 'compose', 'undo', true);
+ this.enable_command('logout', 'mail', 'addressbook', 'settings', 'save-pref', 'compose', 'undo', 'switch-task', true);
if (this.env.permaurl)
this.enable_command('permaurl', true);