$("document").ready(function(){
  $("#avatar div#save_btn").click(function(){window.location.href="/image/download?"+Math.random()});
});