Вход Регистрация
Файл: scripts/retina.js
Строк: 12
<?php
function highdpi_init() {
    if(
jQuery('.replace-2x').css('font-size') == "1px") {
        var 
els jQuery(".replace-2x").get();
        for(var 
0els.lengthi++) {
            var 
src els[i].src
            src 
src.replace(".png""@2x.png");
            
els[i].src src;
        }
    }
}
jQuery(document).ready(function() {
    
highdpi_init();
});
?>
Онлайн: 2
Реклама