diff --git a/Web/static/js/al_mentions.js b/Web/static/js/al_mentions.js index d324cca6..595b04b9 100644 --- a/Web/static/js/al_mentions.js +++ b/Web/static/js/al_mentions.js @@ -23,6 +23,7 @@ tippy.delegate("body", { target: '.mention', theme: "light vk", content: "⌛", + delay: 300, allowHTML: true, interactive: true, interactiveDebounce: 500, diff --git a/Web/static/js/al_wall.js b/Web/static/js/al_wall.js index 6568ba51..1f6c0902 100644 --- a/Web/static/js/al_wall.js +++ b/Web/static/js/al_wall.js @@ -825,6 +825,7 @@ tippy.delegate("body", { target: '.client_app', theme: "light vk", content: "⌛", + delay: 400, allowHTML: true, interactive: true, interactiveDebounce: 500, @@ -864,6 +865,7 @@ tippy.delegate('body', { target: `.post-like-button[data-type]:not([data-likes="0"])`, theme: "special vk", content: "⌛", + delay: 400, allowHTML: true, interactive: true, interactiveDebounce: 500,