File "custom-20250707085235-20250707174822.js"
Full Path: /home/nibras/public_html/public/assets/payment/style/js/custom-20250707085235-20250707174822.js
File size: 271 bytes
MIME-type: text/plain
Charset: utf-8
'use strict';
//Bootstrap Tooltip initialize
var tooltipTriggerList = [].slice.call(
document.querySelectorAll('[data-bs-toggle="tooltip"]')
);
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
return new bootstrap.Tooltip(tooltipTriggerEl);
});