diff options
Diffstat (limited to 'view/msg-header.tpl')
-rwxr-xr-x | view/msg-header.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/msg-header.tpl b/view/msg-header.tpl index 49ee5905b..2d1ea7a61 100755 --- a/view/msg-header.tpl +++ b/view/msg-header.tpl @@ -41,6 +41,9 @@ if(plaintext != 'none') { } }); } +else + $("#prvmail-text").contact_autocomplete(baseurl+"/acl"); + </script> <script type="text/javascript" src="js/ajaxupload.js" ></script> |