From 76a3084b2d4ad6205ed9872207abaa62e179b974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Sun, 28 May 2023 21:09:19 +0200 Subject: [PATCH] RVRNEXT-31 remove hack for assets of tom-select --- views/communities/community_members.php | 4 ++-- views/communities/transaction_edit.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/views/communities/community_members.php b/views/communities/community_members.php index 372358c..624c56e 100644 --- a/views/communities/community_members.php +++ b/views/communities/community_members.php @@ -1,5 +1,5 @@ -@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) +@css(node_modules/tom-select/dist/css/tom-select.min.css) +@js(node_modules/tom-select/dist/js/tom-select.base.min.js) @js(js/communities/community_members.js) @extends(templates/layout_normal) diff --git a/views/communities/transaction_edit.php b/views/communities/transaction_edit.php index 2d98c7f..bff0ee5 100644 --- a/views/communities/transaction_edit.php +++ b/views/communities/transaction_edit.php @@ -1,5 +1,5 @@ -@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) +@css(node_modules/tom-select/dist/css/tom-select.min.css) +@js(node_modules/tom-select/dist/js/tom-select.base.min.js) @js(js/communities/transaction.js) @extends(templates/layout_normal)