Ouvrir le menu principal

Modifications

MediaWiki:Common.js

17 octets supprimés, 11 juillet 2013 à 17:11
aucun résumé de modification
}
var img = $('img', this), map = img.siblings('map:first');
/* if (!('area', map).length) return;*/
var w = img.width(), h = img.height();
var dims = {position: 'absolute', width: w + 'px', height: h + 'px', border: 0, top:0, left:0};
var mapData = $(".mapData", img.attr('id')).text().split(":");
console.log(mapData);
if(mapData)
{