MediaWiki:Common.js: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 83: | Line 83: | ||
e.target.style.top = linkTop - e.target.offsetHeight - 5 + 'px'; | e.target.style.top = linkTop - e.target.offsetHeight - 5 + 'px'; | ||
}); | }); | ||
} | |||
if (e.target.classList && e.target.classList.contains('mw-parser-outut')){ | |||
console.log('^^'); | |||
} | } | ||
}, | }, | ||