From: Michael M Slusarz Date: Thu, 4 Feb 2010 23:12:47 +0000 (-0700) Subject: Need md5.js for quickreply. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=47cdcfdf7e22ea8617d530057ee37c1febaf99c7;p=horde.git Need md5.js for quickreply. --- diff --git a/imp/message-dimp.php b/imp/message-dimp.php index 131f34a95..d398499e4 100644 --- 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();