MediaWiki:Common.js

From MixesDB
Jump to navigationJump to search

Note: After publishing, 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/**
 * # Where did the code go?
 * 
 * It's been moved into the MixesWiki extension in git. 
 * 
 * # Why?
 * 
 * Because changing this file could break the whole site (or many features on it).
 * When a change is made in git we run a number of validations on the code to validate it is
 * correct and we also run a suite of tests across features of the site.
 * 
 * This allows us to be sure we're not accidently breaking the site for users.
 */