mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00: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