Merge "API: Fix PHP Warning for "count(): Parameter must be an array"" into REL1_31
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.hidpi.js
1 jQuery( function ( $ ) {
2 // Apply hidpi images on DOM-ready
3 // Some may have already partly preloaded at low resolution.
4 $( 'body' ).hidpi();
5 } );