MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 19: Line 19:
$( document ).ready(function() {
$( document ).ready(function() {
     $('[usemap]').each(function() {
     $('[usemap]').each(function() {
         $(this).css('min-width', $(this).width());
         $(this).css('min-width', $(this).attr('width'));
     });
     });
});
});