Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1430 → Rev 1431

/trunk/modules/mobile/presentations/js/mobile.js
20,7 → 20,7
}
}
}
 
function voirSources() {
var w = window.open();
var html = $("#smartflore-sources").html();
33,4 → 33,9
$(this).attr('src', src.replace('S', taille));
});
}
 
$('#collapse-partenaires').on('shown.bs.collapse', function () {
$("html, body").animate({ scrollTop: $(document).height() }, "fast");
});
 
});