Use identify().
authorJan Schneider <jan@horde.org>
Mon, 15 Jun 2009 22:39:21 +0000 (00:39 +0200)
committerJan Schneider <jan@horde.org>
Mon, 15 Jun 2009 22:43:41 +0000 (00:43 +0200)
imp/js/src/compose.js

index 3ce9960..606e8d4 100644 (file)
@@ -310,7 +310,7 @@ var ImpCompose = {
     changeHandler: function(e)
     {
         var elt = e.element(),
-            id = elt.readAttribute('id');
+            id = elt.identify();
 
         switch (id) {
         case 'identity':