added reload function

This commit is contained in:
Thomas Citharel 2014-08-28 13:38:44 +02:00
parent 68d0118a8c
commit aa04700c83
1 changed files with 4 additions and 0 deletions

View File

@ -580,6 +580,10 @@ php composer.phar install</code></pre><p>Then, please reload the page.</p></li>
$("#step3").hide();
$("#step4").show();
});
$(".reload").click(function(){
location.reload();
});
</script>
</body>
</html>