Wikipedia:Igloo/gloo.js: Difference between revisions

Content deleted Content added
Privacy policy violation, loading from external sources without warning
maintenance: more info Uncaught TypeError: Cannot read property 'childNodes' of undefined on Monobook skin
 
(3 intermediate revisions by 2 users not shown)
Line 1:
//<sourcesyntaxhighlight lang="javascript">
/* ======================================================== *\
** igloo frontend manager - main
Line 23:
\* ======================================================== */
window.iglooBranch = 'master';
if ( ['vector'].indexOf( mw.config.get( 'skin' ) ) > -1 ) {
// mw.loader.load("https://kangaroopowertools.githubwmflabs.ioorg/igloo/code/Igloo/gloo.js", "text/javascript");
//</source>
} else {
mw.log.error('Igloo is currently not supported on your skin.');
}
//</syntaxhighlight>