"मीडियाविकि:Gadget-ReferenceTooltips.js": अवतरणों में अंतर

Content deleted Content added
Maintenance: mw:RL/MGU - Updated deprecated module name
maintenance: more info Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
पंक्ति 56:
if( tooltipNode && tooltipNode.parentNode == document.body ) {
hideTimer = setTimeout( function() {
$(tooltipNode).animate({opacity: 0}, 100, function(){ document.body.removeChild( tooltipNode ) });
if(tooltipNode){
tooltipNode.parentNode.removeChild( tooltipNode );
}
});
}, isTouchscreen ? 16 : 100);
} else {