MediaWiki:DonationForm T201415.js: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
more misc cleanup
No edit summary
Line 1,073: Line 1,073:


// Disable logo link
// Disable logo link
$('#p-logo a').attr('href', '#');
$('#p-logo a').attr( { href: '#', title: '' } );
$('#p-logo a').attr('title', '');


// These don't need to be tabbable on the landing page
// These don't need to be tabbable on the landing page