Disable incorrect xo complaints

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-02-09 22:45:07 +01:00
parent eca24b48ca
commit 290300958f
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -232,6 +232,7 @@ function generateRow(topic, key, value) {
$("#advanced-content").append(row);
}
// eslint-disable-next-line no-unused-vars
function createDynamicConfigTabs() {
$.ajax({
url: "/api/config?detailed=true",
+1
View File
@@ -17,6 +17,7 @@ function removeFromArray(arr, what) {
}
}
// eslint-disable-next-line no-unused-vars
function fillDNSupstreams(value, servers) {
var i = 0;
var customServers = value.value.length;
+2
View File
@@ -9,6 +9,7 @@
/* exported updateHostInfo, updateCacheInfo */
var hostinfoTimer = null;
// eslint-disable-next-line no-unused-vars
function updateHostInfo() {
$.ajax({
url: "/api/info/host",
@@ -43,6 +44,7 @@ function updateHostInfo() {
}
var cacheinfoTimer = null;
// eslint-disable-next-line no-unused-vars
function updateCacheInfo() {
$.ajax({
url: "/api/info/cache",