Fix deprecated ready function

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-04-03 23:15:56 +03:00
parent 58c692ca5e
commit f69df08a08
6 changed files with 6 additions and 7 deletions

View File

@@ -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();
});