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

From IPitomy Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
   importScript('User:Cacycle/wikEd.js');
 
   importScript('User:Cacycle/wikEd.js');
 
}
 
}
 
 
[[http://en.wikipedia.org/wiki/User:Cacycle/wikEd wikEd]]
 
wikEd works under Firefox, Safari, and Google Chrome, but not under Internet Explorer and Opera.
 

Revision as of 16:24, 22 August 2012

//  _________________________________________________________________________________________
// |                                                                                         |
// |                    === WARNING: GLOBAL GADGET FILE ===                                  |
// |                  Changes to this page affect many users.                                |
// | Please discuss changes on the talk page or on [[Wikipedia_talk:Gadget]] before editing. |
// |_________________________________________________________________________________________|
//
// Imports [[User:Cacycle/wikEd.js]]
// wikEd is a full-featured in-browser editor for Wikipedia, 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:Cacycle/wikEd.js');
}