diff --git a/site/plugins/admin/templates/partials/modules/tippy.html b/site/plugins/admin/templates/partials/modules/tippy.html index 04cd41fe..fff8c31a 100644 --- a/site/plugins/admin/templates/partials/modules/tippy.html +++ b/site/plugins/admin/templates/partials/modules/tippy.html @@ -12,6 +12,8 @@ trigger: 'click', maxWidth: 500, zIndex: 10, - content: $('.js-dropdown-btn').siblings().html() + content(reference) { + return document.getElementById(reference.getAttribute('data-dropdown')).innerHTML; + } }); \ No newline at end of file