MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
Use a fixed timer instead because waiting for the next animation frame does not work
(Fixes tooltips on firefox for real now)
 
(Use a fixed timer instead because waiting for the next animation frame does not work)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
if($(".tooltip").length) {
if($(".tooltip").length) {
   document.styleSheets[0].insertRule(".tooltiptext {top:0}");
   document.styleSheets[0].insertRule(".tooltiptext {top:0}");
   document.styleSheets[0].deleteRule(0);
   window.setTimeout(function() {
    document.styleSheets[0].deleteRule(0);
  }, 500)
}
}
System Operators, Wiki Team
278

edits

Navigation menu