change recharge link

This commit is contained in:
Ibnu Maksum
2023-09-18 13:35:27 +07:00
parent e88c678f2f
commit 58d5ca7040
2 changed files with 5 additions and 1 deletions

View File

@ -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) {