mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 10:48:26 +00:00
Fix deprecated ready function
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -474,7 +474,7 @@ $("#button-disable-totp").confirm({
|
||||
dialogClass: "modal-dialog",
|
||||
});
|
||||
|
||||
$(document).ready(() => {
|
||||
$(() => {
|
||||
processWebServerConfig();
|
||||
// Check if TOTP is enabled
|
||||
$.ajax({
|
||||
|
||||
Reference in New Issue
Block a user