MediaWiki:Common.js: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* === PREPRINT START === */ | /* === PREPRINT START === */ | ||
/* ============================================ | /* ============================================ | ||
PREPRINT v7.17 - JS | PREPRINT v7.17 - JS v260213r3 | ||
ARCHITECTURE: | ARCHITECTURE: | ||
| Zeile 706: | Zeile 706: | ||
if (layout && layout[0]) layout[0].style.paddingBottom = ''; | if (layout && layout[0]) layout[0].style.paddingBottom = ''; | ||
$('.preprint-oc-spacer').remove(); | $('.preprint-oc-spacer').remove(); | ||
// Clear inline positioning | // Clear inline positioning | ||
linkage.forEach(function(link) { | linkage.forEach(function(link) { | ||
| Zeile 817: | Zeile 816: | ||
// Force reflow | // Force reflow | ||
void document.body.offsetHeight; | void document.body.offsetHeight; | ||
window._dbgIC = Math.round($('.inner-column').eq(2)[0].getBoundingClientRect().height); | |||
// Read marker positions, OC container offsets, element geometry | // Read marker positions, OC container offsets, element geometry | ||