MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 17: Line 17:


/* Fix for <imagemap>s to prevent them from resizing  */
/* Fix for <imagemap>s to prevent them from resizing  */
/*
$( document ).ready(function() {
$( document ).ready(function() {
     $('[usemap]').each(function() {
     $('[usemap]').each(function() {
Line 23: Line 22:
     });
     });
});
});
*/


/* Add obvious background color to Beta  */
/* Add obvious background color to Beta  */