projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcd4f69
)
Need md5.js for quickreply.
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 4 Feb 2010 23:12:47 +0000
(16:12 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 4 Feb 2010 23:24:16 +0000
(16:24 -0700)
imp/message-dimp.php
patch
|
blob
|
history
diff --git
a/imp/message-dimp.php
b/imp/message-dimp.php
index
131f34a
..
d398499
100644
(file)
--- a/
imp/message-dimp.php
+++ b/
imp/message-dimp.php
@@
-42,7
+42,8
@@
if (isset($show_msg_result['error'])) {
$scripts = array(
array('ContextSensitive.js', 'horde'),
array('fullmessage-dimp.js', 'imp'),
- array('imp.js', 'imp')
+ array('imp.js', 'imp'),
+ array('md5.js', 'horde')
);
$js_onload = $js_out = array();