xo: enable strict mode

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-03-25 21:39:11 +02:00
parent f598a8e35c
commit 756239a6dd
29 changed files with 140 additions and 86 deletions

View File

@@ -7,6 +7,8 @@
/* global setConfigValues: false, apiFailure: false */
"use strict";
function getConfig() {
$.ajax({
url: document.body.dataset.apiurl + "/config/?detailed=true",