diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php
index 25adb49cdb..e97df76e81 100644
--- a/module/story/view/edit.html.php
+++ b/module/story/view/edit.html.php
@@ -146,8 +146,10 @@
| story->mailto;?> |
- mailto), "class='form-control' multiple");?>
- fetch('my', 'buildContactLists')?>
+
|
diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php
index 89b83fb61b..3cd057ab22 100644
--- a/module/task/view/edit.html.php
+++ b/module/task/view/edit.html.php
@@ -126,8 +126,10 @@
| task->mailto;?> |
- acl == 'private' ? $members : $users, str_replace(' ' , '', $task->mailto), 'class="form-control" multiple');?>
- fetch('my', 'buildContactLists');?>
+
|