From 58d5ca7040bba4a5ab3f8bac55935cdcc8a51433 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Mon, 18 Sep 2023 13:35:27 +0700 Subject: [PATCH] change recharge link --- ui/ui/customers.tpl | 2 +- ui/ui/sections/footer.tpl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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) {