MediaWiki:Gadget-wikEd.js
Revision as of 16:24, 22 August 2012 by Drew Harrell (talk | contribs)
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
// _________________________________________________________________________________________ // | | // | === 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'); }