From eda23f27f1d6f517c1ecc1182ebea2edb2bef361 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Fri, 15 Apr 2022 14:16:07 +0800 Subject: [PATCH] * Fix bug: manage contacts have two chosen. --- module/my/view/managecontacts.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/my/view/managecontacts.html.php b/module/my/view/managecontacts.html.php index 91b574c06a..5c3a6fdf21 100644 --- a/module/my/view/managecontacts.html.php +++ b/module/my/view/managecontacts.html.php @@ -67,7 +67,7 @@ } else { - echo html::select('users[]', $users, $list->userList, "multiple $readonly class='form-control chosen' data-drop_direction='down'"); + echo html::select('users[]', $users, $list->userList, "multiple $readonly class='form-control picker' data-drop_direction='down'"); } ?>