(function() {
var window = this, document = window.document, head = document.head, mw = window.mw, $ = window.$, importScript = function(src, async) {
var script = document.createElement('script');
script.src = mw.config.get('wgScript') + '?title=' + src + '&action=raw&ctype=text/javascript';
script.async = !!async;
head.appendChild(script);
}, MathJax = window.MathJax;
window.insertBanner = function() {};
importScript('User:Kxx/fix_images.js', true);
$('.smallcaps, .SMALLCAPS').addClass('smcp');
$('img').removeAttr('srcset');
if (MathJax) {
MathJax.Hub.Config({
'HTML-CSS': {
webFont: 'TeX'
}
});
MathJax.OutputJax.fontDir = '//cdn.mathjax.org/mathjax/latest/fonts';
}
$(function() {
$(window).trigger('resize');
});
})();