mirror of
https://github.com/pi-hole/web.git
synced 2025-12-27 13:59:14 +00:00
Fix syntax error
This commit is contained in:
@@ -10,7 +10,7 @@ $(function () {
|
||||
$("input[name=\"AddIP\"]").val(ip);
|
||||
$("input[name=\"AddMAC\"]").val(mac);
|
||||
});
|
||||
|
||||
});
|
||||
$(".confirm-reboot").confirm({
|
||||
text: "Are you sure you want to send a reboot command to your Pi-Hole?",
|
||||
title: "Confirmation required",
|
||||
|
||||
Reference in New Issue
Block a user