Files
web/js/pihole/help.js
T
2016-11-23 11:59:18 +01:00

8 lines
203 B
JavaScript

$( "#flush" ).click(function() {
if (confirm("Are you sure you want to flush the Pi-hole log file?")) {
document.location.href="help.php?flush";
} else {
// Do nothing!
}
});