Fix function name
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 16 Nov 2009 19:06:36 +0000 (12:06 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 16 Nov 2009 19:06:36 +0000 (12:06 -0700)
imp/js/fullmessage-dimp.js

index bb3d418..f09a7e9 100644 (file)
@@ -44,7 +44,7 @@ var DimpFullmessage = {
         var r = result.response,
             editor_on = ((r.format == 'html') && !DimpCompose.editor_on),
             id = (r.identity === null) ? $F('identity') : r.identity,
-            i = DimpCompose.get_identity(id, editor_on);
+            i = DimpCompose.getIdentity(id, editor_on);
 
         $('identity', 'last_identity').invoke('setValue', id);