Load Button

This commit is contained in:
2018-04-18 15:32:46 +02:00
parent 10e9fed11c
commit 9ef747a51e
3 changed files with 13 additions and 0 deletions

View File

@@ -51,4 +51,8 @@ var data = <?php echo json_encode($data); ?>;
});
});
$('#load').click(function() {
location.reload(true);
});
</script>