User:Ale jrb/Scripts/igloo.js: Difference between revisions

Content deleted Content added
Ale jrb (talk | contribs)
m test
Ale jrb (talk | contribs)
m .
Line 24:
 
function iglooImport( page, remote, id ) {
var c = new Date ();
var cachebypass = '&killcache=' + c.getDate () + c.getSeconds () + c.getMilliseconds ();
if ( ( remote == null ) || ( remote == false ) ) {
var url = wgScript + '?action=raw&ctype=text/javascript&nocache=true' + cachebypass + '&title=' + encodeURIComponent( page.replace( / /g,'_' ) );
} else {
var url = page;