Common.js

From Redazione
Jump to navigation Jump to search

This page has been deleted. The deletion, protection, and move log for the page are provided below for reference.

  • 19:41, 12 February 2021 Admin talk contribs deleted page MediaWiki:Common.js (content was: "//<syntaxhighlight lang="javascript"> /** * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally * loaded for all users on every wiki page. If possible create a gadget that is * enabled by default instead of adding it here (since gadgets are fully * optimized ResourceLoader modules with possibility to add dependencies etc.) * * Since Common.js isn't a gadget, there is no place to declare its * dependencies, so we have to lazy load them with mw.loader.us...")
  • 22:33, 5 November 2020 Admin talk contribs deleted page MediaWiki:Common.js (content was: "//<syntaxhighlight lang="javascript"> /** * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally * loaded for all users on every wiki page. If possible create a gadget that is * enabled by default instead of adding it here (since gadgets are fully * optimized ResourceLoader modules with possibility to add dependencies etc.) * * Since Common.js isn't a gadget, there is no place to declare its * dependencies, so we have to lazy load them with mw.loader.us...")
/* Any JavaScript here will be loaded for all users on every page load. */