You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script>
var date = new Date();
var year = date.getFullYear();
var week = Math.ceil(((date - new Date(year, 0, 1)) / 86400000 + new Date(year, 0, 1).getDay() + 1) / 7);
var script = document.createElement('script');
script.src = '/js/pheno-age.js?v=' + year + '-' + week;
document.head.appendChild(script);
</script>
If image is updated the browser doesn't show that
The text was updated successfully, but these errors were encountered: