mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Disable tooltip on hide
This commit is contained in:
@@ -585,6 +585,11 @@
|
|||||||
{
|
{
|
||||||
$.tooltip.ajaxRequest.abort();
|
$.tooltip.ajaxRequest.abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$.each($('#tooltip video'), function(i,el){
|
||||||
|
_V_($(el).attr('id')).destroy();
|
||||||
|
});
|
||||||
|
|
||||||
helper.body.empty();
|
helper.body.empty();
|
||||||
$.tooltip.current = null;
|
$.tooltip.current = null;
|
||||||
function complete() {
|
function complete() {
|
||||||
|
Reference in New Issue
Block a user