Difference between revisions of "MediaWiki:Gadget-wikiEd.js"

From Industrial-Craft-Wiki
Jump to navigation Jump to search
(Created the Gadget page for wikiEd.)
 
(Made a derp. Fixed it.)
Line 3: Line 3:
// |                    === WARNING: GLOBAL GADGET FILE ===                                  |
// |                    === WARNING: GLOBAL GADGET FILE ===                                  |
// |                  Changes to this page affect many users.                                |
// |                  Changes to this page affect many users.                                |
// | Please discuss changes on the talk page or on [[Wikipedia_talk:Gadget]] before editing. |
// |             Please discuss changes on the talk page before editing.                     |
// |_________________________________________________________________________________________|
// |_________________________________________________________________________________________|
//
//

Revision as of 22:47, 21 February 2015

//  _________________________________________________________________________________________
// |                                                                                         |
// |                    === 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');
}