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
+4
View File
@@ -51,4 +51,8 @@ var data = <?php echo json_encode($data); ?>;
}); });
}); });
$('#load').click(function() {
location.reload(true);
});
</script> </script>
+5
View File
@@ -74,4 +74,9 @@ var data = <?php echo json_encode($data); ?>;
}); });
}); });
$('#load').click(function() {
location.reload(true);
});
</script> </script>
+4
View File
@@ -45,4 +45,8 @@ var data = <?php echo json_encode($data); ?>;
}); });
}); });
$('#load').click(function() {
location.reload(true);
});
</script> </script>