mirror of
https://github.com/pi-hole/web.git
synced 2026-04-28 12:44:07 +01:00
Fix deprecated ready function
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -227,6 +227,6 @@ function processDHCPConfig() {
|
||||
});
|
||||
}
|
||||
|
||||
$(document).ready(() => {
|
||||
$(() => {
|
||||
processDHCPConfig();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user