MediaWiki:Gadget-topIcons.js: Difference between revisions

no edit summary
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 1:
if (typeof jQuery !== 'undefined') {
// jQuery is loaded and available, you can safely use it
console.log('jQuery is working!');
} else {
console.error('jQuery is not loaded.');
}
 
/**
* Moves icons from [[Template:External]] to the top bar, next to "Article" and "Talk" tabs;