mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 12:15:00 +01:00
Fix deprecated ready function
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
* Please see LICENSE file for your rights under this license. */
|
||||
|
||||
/* global utils:false, apiFailure: false, applyCheckboxRadioStyle: false */
|
||||
/* exported createDynamicConfigTabs */
|
||||
|
||||
"use strict";
|
||||
|
||||
@@ -402,7 +401,7 @@ function applyOnlyChanged() {
|
||||
}
|
||||
}
|
||||
|
||||
$(document).ready(() => {
|
||||
$(() => {
|
||||
createDynamicConfigTabs();
|
||||
initOnlyChanged();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user