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