[9.0.12] data-tippy-content

This commit is contained in:
fredtempez 2019-03-25 11:36:41 +01:00
parent 77072a644a
commit 57e5322f9b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ $(document).ready(function() {
placement: "top"
});
// Tooltip des attributs title
tippy("[content-data-tippy]", {
tippy("[data-tippy-content]", {
arrow: true,
placement: "top"
});