From b9ce92d883b30172b6185ac4dd1a922b3c414f0f Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 15 Mar 2012 18:33:17 +0000 Subject: - Fix lack of warning when switching task in compose window (#1488399) --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js') 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); -- cgit v1.2.3