MediaWiki:Gadget-Tooltip.js: Difference between revisions

Kuhlau (talk | contribs)
oh thats why that was commented out lol
Kuhlau (talk | contribs)
No edit summary
Line 22: Line 22:
popup = new OO.ui.PopupWidget({
popup = new OO.ui.PopupWidget({
$content: $('<div>', { html: $content.html() }),
$content: $('<div>', { html: $content.html() }),
$container: $('.mw-parser-content'),
$container: $('.mw-parser-output'),
anchor: true, // !isEE
anchor: true, // !isEE
});
});