From: Jo-Philipp Wich Date: Sat, 27 Jul 2024 23:21:27 +0000 (+0200) Subject: luci-app-commands: avoid deprecated XHR() usage X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=702c0073657017a4bed10b18d0d92bd5464d2046;p=openwrt-luci.git 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 --- 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 @@ -%}