Files
web/scripts/pi-hole/js/help.js
2016-12-21 21:09:58 +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";
} else {
// Do nothing!
}
});