projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df5d87
)
Fix function name
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 16 Nov 2009 19:06:36 +0000
(12:06 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 16 Nov 2009 19:06:36 +0000
(12:06 -0700)
imp/js/fullmessage-dimp.js
patch
|
blob
|
history
diff --git
a/imp/js/fullmessage-dimp.js
b/imp/js/fullmessage-dimp.js
index
bb3d418
..
f09a7e9
100644
(file)
--- a/
imp/js/fullmessage-dimp.js
+++ b/
imp/js/fullmessage-dimp.js
@@
-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
_i
dentity(id, editor_on);
+ i = DimpCompose.get
I
dentity(id, editor_on);
$('identity', 'last_identity').invoke('setValue', id);