Difference between revisions 463845 and 463893 on dewikivoyagefunction moveArticleStates() {
var spacing = 10, coordPadding = 0, tagCoord, tagDoM, DoMwidth = 27;
if (document.getElementById) {
tagCoord = document.getElementById("geoCoord");
tagDoM = document.getElementById("DoM");
if (tagDoM != null) {
coordPadding = tagDoM.offsetWidth + spacing;
tagDoM.style.zIndex = 2;
}
if (tagCoord != null) {
tagCoord.style.paddingRight = coordPadding + 'px';
coordPadding += tagCoord.offsetWidth + spacing;
}
}
}
// addOnloadHook(moveArticleStates);
$( document ).ready( moveArticleStates() );
This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|