Line 1: |
Line 1: |
− | {{subst:wikEd}} | + | // Installe wikEd pour l'édition des pages (pour tous) |
| + | |
| + | // Ne pas afficher la différence pas défaut |
| + | var wikEdDiffPreset = false; |
| + | |
| + | // disable loading for IE, not needed, but might save a few milliseconds |
| + | if (navigator.appName != 'Microsoft Internet Explorer') { |
| + | |
| + | // install [[:en:User:Cacycle/wikEd]] in-browser text editor |
| + | document.write('<script type="text/javascript" src="' |
| + | + 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' |
| + | + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); |
| + | } |