Need md5.js for quickreply.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Feb 2010 23:12:47 +0000 (16:12 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Feb 2010 23:24:16 +0000 (16:24 -0700)
imp/message-dimp.php

index 131f34a..d398499 100644 (file)
@@ -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();