View source for MediaWiki:Gadget-wikiEd.js
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
// _________________________________________________________________________________________
// | |
// | === WARNING: GLOBAL GADGET FILE === |
// | Changes to this page affect many users. |
// | Please discuss changes on the talk page before editing. |
// |_________________________________________________________________________________________|
//
// Imports [[User:KamranMackey/wikEd.js]]
// wikEd is a full-featured in-browser editor for Wikipedia & other wikis running MediaWiki, see [[User:Cacycle/wikEd]].
// disable loading for IE, not needed, but might save a few milliseconds
if ( navigator.appName !== 'Microsoft Internet Explorer' ) {
// load [[User:Cacycle/wikEd]] in-browser text editor
importScript('User:KamranMackey/wikEd.js');
}
000
1:0
Return to MediaWiki:Gadget-wikiEd.js.