Open main menu

Difference between revisions of "MediaWiki:Common.js"

m
Escape end of line in string literal
(Add weblate status html code)
 
m (Escape end of line in string literal)
Line 4: Line 4:


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


}());
}());
TrustedUser
2,147

edits