Files

7 lines
146 B
JavaScript

jQuery(function () {
new jBox('Tooltip', {
attach: '.pp-melange-jbox',
maxWidth: 200,
theme: 'TooltipDark'
});
});