chore: config tooltip plugin

staging
abhisheks 2023-12-14 20:01:24 +05:30
parent f049ff98c9
commit b1c22902e1
2 changed files with 14 additions and 2 deletions

View File

@ -181,6 +181,12 @@ $(() => {
$('.th-accordion').thaccordion();
$('.tooltip').tooltipster({
theme: 'tooltipster-shadow',
triggerOpen: {
click: true,
mouseenter: true,
touchstart: true,
},
delayTouch: [0, 2000],
});
$('.toggle-main-menu').on('click', () => {

File diff suppressed because one or more lines are too long