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