Difference between revisions of "MediaWiki:Common.js"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Add weblate status html code)
(No difference)

Revision as of 15:42, 27 November 2016

/* Any JavaScript here will be loaded for all users on every page load. */

$(function () {

  var myElement = document.getElementById('mw-scummvm-weblate-status');
  myElement.innerHTML = '
<a href="https://translations.scummvm.org/engage/scummvm/?utm_source=widget">
<img src="https://translations.scummvm.org/widgets/scummvm/-/multi-auto.svg" alt="Translation status" />
</a>
  ';

}());