Wikipedia:Igloo/gloo.js: Difference between revisions
Content deleted Content added
update github branch, whitespace tweaks, per protected edit request |
maintenance: more info Uncaught TypeError: Cannot read property 'childNodes' of undefined on Monobook skin |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 1:
//<syntaxhighlight lang="javascript">
/* ======================================================== *\
** igloo frontend manager - main
Line 4 ⟶ 5:
** The igloo frontend manager handles the client system,
** displaying information to the user, as well as allowing
** the user to interact with the program
**
** ====================================================== **
Line 24 ⟶ 22:
** tracker: [[Wikipedia:Igloo]]
\* ======================================================== */
if ( ['vector'].indexOf( mw.config.get( 'skin' ) ) > -1 ) {
▲var iglooBranch = iglooBranch || 'master';
mw.loader.load("//tools.wmflabs.org/igloo/code/Igloo/gloo.js");
mw.log.error('Igloo is currently not supported on your skin.');
▲ } else {
}
//</syntaxhighlight>
|