(Nieuwe pagina aangemaakt met '→‎JavaScript die hier wordt geplaatst heeft invloed op alle pagina's voor alle gebruikers: if( !!window.MSInputMethodContext && !!document.documentMode ) {...')
 
(imagemap toegevoegd)
Regel 12: Regel 12:
                         });
                         });
                 }
                 }
if (mw.config.get('wgNamespaceNumber')==6 && mw.config.get('wgAction')=='view' && mw.config.get('wgUserName') != null ) {
    mw.loader.load('//cdn.wikixl.nl/imagemapedit/ime.js');

Versie van 6 nov 2019 13:36

/* JavaScript die hier wordt geplaatst heeft invloed op alle pagina's voor alle gebruikers */
 if( !!window.MSInputMethodContext && !!document.documentMode ) {
                        console.log('Executing SVG hotfix for IE11..');
                        $('svg').each(function() {
                                var svg = $(this)[0];
                                $(this).removeAttr('preserveAspectRatio');
                                if( svg.getBBox().height > $(window).height() ) {
                                        $(this).attr('height', '80vh');
                                } else {
                                        $(this).attr('height', svg.getBBox().height + 'px' );
                                }
                        });
                }
if (mw.config.get('wgNamespaceNumber')==6 && mw.config.get('wgAction')=='view' && mw.config.get('wgUserName') != null ) {
    mw.loader.load('//cdn.wikixl.nl/imagemapedit/ime.js');
Deze pagina is voor het laatst bewerkt op 6 nov 2019 om 13:36.