Template:Script doc autoNote: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button. Firefox: hold down the Shift key while clicking Reload (or press Ctrl-Shift-R). Google Chrome and Safari users can just click the Reload button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
$('.minerva-user-menu .toggle-list__list--drop-down').attr( 'id', 'p-personal' );
$( '#mw-mf-page-left .menu:first-child' ).attr( 'id', 'p-navigation');
$('#page-actions-overflow .toggle-list__list--drop-down').attr( 'id', 'p-tb' );

/*console.log('minerva.js');
             mw.trackSubscribe( 'resourceloader.exception', function ( topic, data ) {
                        console.log(data);
                } );
                // setup the global error handler
               mw.trackSubscribe( 'global.error', function ( topic, error ) {
                        console.log(error);
                } );

window.setTimeout(function () {
	mw.stub.call();
}, 3000 );
mw.loader.using( 'mobile.startup' ).then(function (){
	mw.eventLog.eek();
} );
*/