Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
(Removing GA) |
(Removed Matomo) |
||
Line 14: | Line 14: | ||
}()); | }()); | ||
Latest revision as of 09:19, 11 December 2021
/* Any JavaScript here will be loaded for all users on every page load. */
$(function () {
var myElement = document.getElementById('mw-scummvm-weblate-status');
if (!myElement) {
return;
}
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> \
';
}());