diff --git a/ui/ui/customers.tpl b/ui/ui/customers.tpl
index 2cdeb689..dd6d598c 100644
--- a/ui/ui/customers.tpl
+++ b/ui/ui/customers.tpl
@@ -52,7 +52,7 @@
{Lang::T('View')}
- {$_L['Recharge']}
|
diff --git a/ui/ui/sections/footer.tpl b/ui/ui/sections/footer.tpl
index 88a9020d..cefb25f0 100644
--- a/ui/ui/sections/footer.tpl
+++ b/ui/ui/sections/footer.tpl
@@ -23,6 +23,10 @@ $(document).ready(function() {
$('.select2').select2({theme: "bootstrap"});
});
+$(document).ready(function() {
+ $('.select2tag').select2({theme: "bootstrap", tags: true});
+});
+
var listAtts = document.querySelectorAll(`[api-get-text]`);
listAtts.forEach(function(el) {
$.get(el.getAttribute('api-get-text'), function(data) {