From: Jan Schneider Date: Mon, 15 Jun 2009 22:39:21 +0000 (+0200) Subject: Use identify(). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=62269532f3afcb295069c35ebc5da913dfc2fc06;p=horde.git Use identify(). --- diff --git a/imp/js/src/compose.js b/imp/js/src/compose.js index 3ce9960aa..606e8d443 100644 --- a/imp/js/src/compose.js +++ b/imp/js/src/compose.js @@ -310,7 +310,7 @@ var ImpCompose = { changeHandler: function(e) { var elt = e.element(), - id = elt.readAttribute('id'); + id = elt.identify(); switch (id) { case 'identity':