1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-01-30 14:50:20 -05:00

added reload function

This commit is contained in:
Thomas Citharel 2014-08-28 13:38:44 +02:00
parent 68d0118a8c
commit aa04700c83

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>