MediaWiki talk:Gadget-ReferenceTooltips.js: Difference between revisions

Content deleted Content added
MalnadachBot (talk | contribs)
m Replaced obsolete font tags and reduced Lint errors. (Task 12)
Line 107:
{{edit fully-protected|answered=yes}}
This script contains the lines
<blockquote><syntaxhighlight lang="javascript" enclose="none"inline>$(this)[ isTouchscreen ? 'click' : 'hover' ](function( e ){</syntaxhighlight></blockquote>
and
<blockquote><syntaxhighlight lang="javascript" enclose="none"inline>isTouchscreen || $(tooltipNode).hover(show, hide);</syntaxhighlight></blockquote>
which cause the following warning in the console: <blockquote class="error">JQMIGRATE: jQuery.fn.hover() is deprecated</blockquote>
[[User:He7d3r|Helder]] 22:54, 7 October 2017 (UTC)