final beta edits
This commit is contained in:
@@ -1044,5 +1044,14 @@ function setupEventHandlers() {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
// Initialize tooltips for the "Content Type" dropdown
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
|
||||
tooltipTriggerList.forEach(function (tooltipTriggerEl) {
|
||||
new bootstrap.Tooltip(tooltipTriggerEl);
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
{% endunless %}
|
||||
Reference in New Issue
Block a user