MediaWiki:Common.js: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* === PREPRINT START === */
/* === PREPRINT START === */
/* ============================================
/* ============================================
   PREPRINT v7.17 - JS v260213r2
   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();
            window._dbgIC = Math.round($('.inner-column').eq(2)[0].getBoundingClientRect().height);
             // 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;
             var _m = $('.oc-marker').first();
             window._dbgIC = Math.round($('.inner-column').eq(2)[0].getBoundingClientRect().height);
            var _o = _m.closest('.inner-column').next('.outer-column');
            window._dbgM = Math.round(_m.offset().top);
            window._dbgO = Math.round(_o.offset().top);
              
              
             // Read marker positions, OC container offsets, element geometry
             // Read marker positions, OC container offsets, element geometry