|
|
@@ -423,14 +423,10 @@
|
|
|
$(".todayButton").addClass("lightGrey");
|
|
|
}
|
|
|
$(document).ready(function() {
|
|
|
- if (typeof $().popover === 'function') {
|
|
|
- $(document).on("click", "[data-bs-trigger='hover focus']", function() {
|
|
|
- $(".bs-popover-auto").css('display', 'none');
|
|
|
- $(this).popover('hide');
|
|
|
- });
|
|
|
- } else {
|
|
|
- console.error("Bootstrap popover functionality is not available. Make sure Bootstrap JS is properly loaded.");
|
|
|
- }
|
|
|
+ $(document).on("click",`[data-bs-trigger='hover focus']`,function() {
|
|
|
+ $(".bs-popover-auto").css('display','none')
|
|
|
+ $(this).popover('hide');
|
|
|
+ });
|
|
|
});
|
|
|
function newexportaction(e, dt, button, config) {
|
|
|
var self = this;
|