Wikipedia:Igloo/gloo.js: Difference between revisions
Content deleted Content added
source lang=javascript |
maintenance: more info Uncaught TypeError: Cannot read property 'childNodes' of undefined on Monobook skin |
||
(12 intermediate revisions by 4 users not shown) | |||
Line 1:
//<
/* ======================================================== *\
**
**
**
** displaying information to the user, as well as allowing
** the user to interact with the program
**
** ====================================================== **
**
**
** By: User:Kangaroopower
**
**
** ====================================================== **
**
**
** desired, providing that all previous contributors retain
** correct attribution.
**
** ====================================================== **
**
\* ======================================================== */
window.iglooBranch = 'master';
if ( ['vector'].indexOf( mw.config.get( 'skin' ) ) > -1 ) {
mw.loader.load("//tools.wmflabs.org/igloo/code/Igloo/gloo.js");
mw.log.error('Igloo is currently not supported on your skin.');
▲ } else {
}
//</syntaxhighlight>
|