From: Jan Schneider Date: Mon, 13 Sep 2010 22:07:35 +0000 (+0200) Subject: Fix changing stationery. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=56fa9418a5ddb19be4bd31065f0b22981aa5df9a;p=horde.git Fix changing stationery. --- diff --git a/imp/js/compose.js b/imp/js/compose.js index a80443699..d757f8849 100644 --- a/imp/js/compose.js +++ b/imp/js/compose.js @@ -116,6 +116,7 @@ var ImpCompose = { case 'add_attachment': case 'save_draft': + case 'change_stationery': form = $('compose'); $('actionID').setValue(actionID); break;