Changes

Jump to navigation Jump to search
336 bytes added ,  20:51, 30 January 2018
no edit summary
Line 444: Line 444:  
});
 
});
 
}
 
}
 +
 +
 +
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
 +
(function ()
 +
{
 +
var script = document.createElement('script');
 +
script.src = '//en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript';
 +
script.async = true;
 +
document.getElementsByTagName('head')[0].appendChild(script);
 +
}
 +
) ();
    
/* End of mw.loader.using callback */
 
/* End of mw.loader.using callback */
 
} );
 
} );
 
/* DO NOT ADD CODE BELOW THIS LINE */
 
/* DO NOT ADD CODE BELOW THIS LINE */

Navigation menu