From 702c0073657017a4bed10b18d0d92bd5464d2046 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 28 Jul 2024 01:21:27 +0200 Subject: luci-app-commands: avoid deprecated XHR() usage Replace direct usage of deprecated XHR() wrapper with L.request class calls. Signed-off-by: Jo-Philipp Wich --- .../luci-app-commands/ucode/template/commands.ut | 49 ++++++++-------------- 1 file changed, 18 insertions(+), 31 deletions(-) (limited to 'applications') diff --git a/applications/luci-app-commands/ucode/template/commands.ut b/applications/luci-app-commands/ucode/template/commands.ut index f11efe948c..90a3c298f0 100644 --- a/applications/luci-app-commands/ucode/template/commands.ut +++ b/applications/luci-app-commands/ucode/template/commands.ut @@ -29,15 +29,9 @@ -%}