User:Jgottula/fandomdesktop.js

From Dead Cells Wiki
Jump to navigation Jump to search

In other languages: Español • Polski • Русский • Українська


CSS and Javascript changes must comply with the wiki design rules.


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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
'use strict';

// NOTE: MediaWiki concatenates [user common.js + user hydradark.js]
//       and then inserts that processed blob into a temporary <script> element
//       at some point during the loading process (after DOMContentLoaded, IIRC)

// NOTE: MediaWiki is retarded and does not support any JS syntax newer than ES5,
//       nor provide any mechanism for translating ES6 to ES5 (e.g. Babel),
//       probably because their shitty backend is written in PHP (lol)
//       https://phabricator.wikimedia.org/T178356

dbg('jgottula|fandomdesktop.js', 'pre-script');

/* ... */