MediaWiki:Common.js: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
(UWAGA! Usunięcie treści (strona pozostała pusta)!) |
|||
| Linia 1: | Linia 1: | ||
| − | + | // 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); | ||
| + | } | ||
| + | ) (); | ||
Wersja z 23:22, 7 lip 2017
// 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);
}
) ();