Disable tooltip on hide

This commit is contained in:
Romain Neutron
2012-06-04 14:27:08 +02:00
parent 7b82c84716
commit f867b7b965

View File

@@ -585,6 +585,11 @@
{
$.tooltip.ajaxRequest.abort();
}
$.each($('#tooltip video'), function(i,el){
_V_($(el).attr('id')).destroy();
});
helper.body.empty();
$.tooltip.current = null;
function complete() {