$(function() {
  $('input.reload').click(function() {
    window.location.reload();
  })
})

