| Current Path : /var/www/vhosts/espacio-publico.com/.vscode-server/data/User/History/66d4b78d/ |
| Current File : /var/www/vhosts/espacio-publico.com/.vscode-server/data/User/History/66d4b78d/Wokz.js |
jQuery(document).ready(function () {
if (navigator.userAgent.search(/mobile/i) > 0) {
jQuery('img.mobile-swap').each(function (i, img) {
var imgMobile = jQuery(img).attr('data-src-mobile');
if (imgMobile) {
//console.log("Cambiazo por ", imgMobile);
jQuery(img).attr('src', imgMobile);
}
});
}
})