MediaWiki talk:Gadget-myGadgets.js

Page contents not supported in other languages.
Ka Wikipedia

// Add a "Sandbox" link to the personal toolbar area $( document ).ready( function() {

 mw.util.addPortletLink(
   'p-personal',
   '/w/index.php?title=Special:Preferences#mw-prefsection-gadgets',
   'gadgets',//‌
   'pt-mygadgets',
   'go to gadgets',
   null,
   '#pt-preferences'
 );

});