Revision 3689529 of "MediaWiki:Gadget-Twinkle.js" on simplewiki

/*******************************************************/
/*  NOTE: The users listed in noAllow will NOT have    */
/*  this gadget enabled, regardless of whether or not  */
/*  they have it enabled in their preferences.         */
/*******************************************************/
 
var noAllow = [];
if(navigator.appName != "Microsoft Internet Explorer") { //Doesn't work in IE.
    if(noAllow.indexOf(wgUserName) == -1) { //If the user isn't listed as a not-allowed user, import the script.
        importScript("User:LightForce/twinkle.js");
    }
}