MediaWiki:Common.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 84: | Line 84: | ||
} | } | ||
if (e.target.classList && e.target.classList.contains('mwe-popups')){ | if (e.target.classList && e.target.classList.contains('mwe-popups')){ | ||
console.log('target', e.target); | |||
requestAnimationFrame(function () { | requestAnimationFrame(function () { | ||
document.querySelectorAll('.cog-box-inner a').forEach(function(link){ | document.querySelectorAll('.cog-box-inner a').forEach(function(link){ | ||