mirror of
https://github.com/moparisthebest/wallabag
synced 2025-01-30 14:50:20 -05:00
added reload function
This commit is contained in:
parent
68d0118a8c
commit
aa04700c83
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user