function redo() {
  window.location.reload();
  window.location.href=window.location.href; 
 
}

window.onresize = redo;
