Uživatel:Jarred/common.js: Porovnání verzí
Z Star Citizen CZ/SK Wiki
(Založena nová stránka s textem „// install Wikipedia:User:Cacycle/wikEd in-browser text editor (function () { var script = document.createElement('script'); script.src = '//en.wiki…“) |
|||
Řádek 1: | Řádek 1: | ||
− | / | + | /* install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor */ |
(function () | (function () | ||
{ | { |
Verze z 5. 5. 2019, 17:22
/* 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);
}
) ();