File "custom.js"

Full Path: /home/nibras/public_html/public/assets/payment/style/481963/custom.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);
});