Jump to content

Wikipedia:Dazzle!/code.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AFigureOfBlue (talk | contribs) at 14:36, 28 August 2009 (Remove extra var). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

if(typeof(dazzle) == "undefined"){ var dazzle = {}; } if(typeof(dazzle.modules) == "undefined"){ dazzle.modules = {}; }

importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Drilnoth/toolkit.js&action=raw&ctype=text/javascript');

if(typeof(dazzle.modules.prod) == "undefined"){ dazzle.modules.prod = true; } if(dazzle.modules.prod){

importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Drilnoth/dazzle/prod.js&action=raw&ctype=text/javascript');

}