MediaWiki:Mobile.js: Difference between revisions

no edit summary
(Updated for "/en/wiki/")
No edit summary
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */
/* Fix for <imagemap>s to prevent them from resizing  */
$( document ).ready(function() {
    $('[usemap]').each(function() {
        $(this).css('min-width', parseInt($(this).attr('width')));
        console.log('hello-mobile');
    });
});


// test if we're on the home page
// test if we're on the home page
Approver, Batcheditor, Moderator, Patroller, Protector, Reviewer, Bots, Bureaucrats, editor, Interface administrators, pagecreator, pagedeleter, Page Ownership admin, Push subscription managers, Suppressors, Administrators, Upload Wizard campaign editors, Widget editors
321,763

edits