From 881280fa3e8e9d9933f0c5b8612930da75355d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Tue, 2 May 2023 02:22:10 +0200 Subject: [PATCH] RVRNEXT-30 use tom-select assets in community_member view --- views/communities/community_members.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/communities/community_members.php b/views/communities/community_members.php index 214a72b..139e015 100644 --- a/views/communities/community_members.php +++ b/views/communities/community_members.php @@ -1,5 +1,5 @@ -@css(node_modules/choices.js/public/assets/styles/choices.min.css) -@js(node_modules/choices.js/public/assets/scripts/choices.js) +@css(/static/node_modules/tom-select/dist/css/tom-select.min.css) +@js(/static/node_modules/tom-select/dist/js/tom-select.base.min.js) @js(js/communities/community_members.js) @extends(templates/layout_normal)